Page 2 of 2
Re: Realtime 6502 on CUDA
Posted: Tue Aug 28, 2012 9:14 am
by Arlet
Instead of designing a GUI based editor, how about making a CUDA backend for a Verilog simulator, like Icarus, and making the design in Verilog ?
Re: Realtime 6502 on CUDA
Posted: Wed Aug 29, 2012 5:54 pm
by BigEd
But I can start with a simple console program that takes the schematics from a text file.
I'll start with the sim, at least to be sure it's really feasible.
Sounds like a good way to approach it!
Re: Realtime 6502 on CUDA
Posted: Thu Sep 06, 2012 7:28 pm
by BigEd
This could be of interest:
Some of SmartSim's features include:
* Designing circuits using your own custom components.
* Simulating circuits interactively, with the ability to explore inside custom components.
* Creating logic timing diagrams from simulations.
* Create circuits with loadable and saveable RAM/ROM.
* Exporting your design or timing diagram to PNG, PDF, and SVG.
Open source, and binaries for Linux and Windows
Via
http://www.raspberrypi.org/archives/1917
Re: Realtime 6502 on CUDA
Posted: Fri Sep 07, 2012 6:20 am
by org
Neat stuff! Just what I need )
Asked Ashley to add MOSFET with propagation delay, as default component )
Re: Realtime 6502 on CUDA
Posted: Wed Sep 12, 2012 9:38 am
by Zetmor
Yep interesting. Obviously I'm not the first that had that idea: found that first page on google --> logic.ly
Anyway, I'll do mine. I started the web site & writing a bit of computing history to start.