Page 1 of 1
How do I draw logic diagrams?
Posted: Sat Sep 16, 2017 7:29 pm
by LBSC
I've seen a lot of logic diagrams of computers, and I want to make my own so that I can show it to my peers, but I don't know how to do it.
This is an example of logic diagram and I would like to draw my own logic diagram of my CPU.
Re: How do I draw logic diagrams?
Posted: Sat Sep 16, 2017 7:33 pm
by BigEd
Maybe this thread will help:
viewtopic.php?f=1&t=3109
(Personally I'd tend to call that a block diagram, because it's more of an indication of what's going on than an accurate specification. I think a block diagram can be very useful, often more useful than a circuit diagram.)
Re: How do I draw logic diagrams?
Posted: Sat Sep 16, 2017 7:38 pm
by BigEd
It's possible that searching for "svg editor online" will help. Or, for an installable tool, inkscape is an SVG editor.
(And, for timing diagrams, see
viewtopic.php?f=1&t=4378)
Re: How do I draw logic diagrams?
Posted: Sat Sep 16, 2017 8:13 pm
by GARTHWILSON
One key to making them readable is organizing the various portions and positioning them in such a way so as to minimize the number of elbows, tees, and crossings in the connecting connecting wires (ie, lines). The topic at
viewtopic.php?f=1&t=2987 is somewhat related. It's ok to do a block diagram of the entire computer; but there's little use for putting everything in one schematic, just as you would not present a diagram of an automobile that showed an exploded view of a tail light assembly in the same diagram with an exploded view of the water pump or the windshield wiper motor. When showing such detail, separate smaller diagrams are more useful and appropriate.
Re: How do I draw logic diagrams?
Posted: Sat Oct 07, 2017 4:35 am
by bdk6
I find the Dia package very useful for a lot of drawing types
https://en.wikipedia.org/wiki/Dia_(software)