diff options
Diffstat (limited to 'phrase-circuit.src')
-rw-r--r-- | phrase-circuit.src | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phrase-circuit.src b/phrase-circuit.src index 7b80883..a56624a 100644 --- a/phrase-circuit.src +++ b/phrase-circuit.src @@ -151,7 +151,6 @@ F = WXY!Z + !WX!YZ G = !X!YZ + !WY!Z + XY!Z .FIL = .CT Berkeley's ABC! -.CT --------------- I used Berkeley's ABC: github.com/berkeley-abc/abc. .CT Genlib File GATE inv 2.3 O=!a; PIN * INV 1 999 0.9 0.3 0.9 0.3 @@ -232,10 +231,6 @@ Total cost: - 12 OR = 3 74LS32 .FIL = -.CT Logic Diagram - -See attached circ.ps (PostScript) for a logic diagram -.FIL = .CT Difficulties This project was, by itself, very doable. However, creation of this document was either to be tedious or difficult because of, for example, the centered headings. I used a C program (https://git.hrhr.dev/badroff) to generate that. The remainder of the project is very likely to be correct because the data table appears to be exactly what's desired, and it was trivial to throw that into abc. Learning abc, at first, appeared to be difficult, but throwing some random sequences of optimization commands with the pla and gate formats was fairly easy. |