Convert expression to logic diagram

Thread Starter

Peter Goodman

Joined Feb 2, 2010
2
Hello,

Does anyone know of any programs that will automatically generate the logic circuit diagrams from textual descriptions of the diagrams. That is, is there anything like the DOT graph description language but for logic circuits? I have a homework assignment due soon and it would make my life much simpler if I could programmatically generate text describing the circuit and then have a tool generate the diagram as a picture for me.

Thank you for any help.
 

Thread Starter

Peter Goodman

Joined Feb 2, 2010
2
Engineers make peoples life easy...
there are certain things you need to do on your own
I intend to make the program that will allow me to more easily build up the logic circuit and test it (in a similar way to HDL, I suppose), but drawing the circuit diagram, or at least dragging & dropping gates in a GUI is a tedious affair that I would like to avoid if I can.
 
Top