Circuit Drawer
April 14, 2009 10:37 PM
Subscribe
Anybody know of any free software that will take my logic equations and make a circuit diagram?
As an example, the following describes a circuit with three inputs and three outputs. I'd like to have this automatically drawn up with the usual symbols for and-gates, or-gates, and inverters. Of course the syntax can be anything similar to this.
Inputs X0, X1, X2; outputs Y0, Y1, Y2.
W = ! ( X0∙X1 + X1∙X2 + X2∙X0 )
Z = ! ( X0∙X1∙X2 + (X0 + X1 + X2)∙W )
Y0 = W∙(Z + X1 + X2) + Z∙X1∙X2
Y1 = W∙(Z + X0 + X2) + Z∙X0∙X2
Y2 = W∙(Z + X0 + X1) + Z∙X0∙X1
posted by iconjack to computers & internet (6 comments total)
10 users marked this as a favorite
posted by teraflop at 11:05 PM on April 14