Digital Logic Simulator

Thread Starter

bothrarohit

Joined Sep 7, 2011
4
I am new to the forums, so please go easy on me. I am trying to design a digital logic simulator which can read inputs from a netlist file, design a circuit based on it and calculate the output. What would be the best way to realize this project? Since I have experience with C++ only can you guys please suggest something which would be compatible with my skillset? Thanks a lot! And yea, I have tried Google and all the results pointed to a simulator which has been desgined already.

Thanks already!
 

Georacer

Joined Nov 25, 2009
5,182
You are trying to build something very complex and extensive in size. Are you sure you are up to the challenge?
I doubt a simple thread can give you the knowledge to accomplish such a feat.

For starters, I would suggest that you acquire some knowledge on making language compilers, as the logic of building your project in blocks remains the same, in my opinion.
 
Top