aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-12 17:56:49 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-12 17:56:49 -0400
commit31655384ae8302d2e495dd2ca79c51f92459a047 (patch)
tree211e175db71ca4b085db9f1a446ba423c230ab8d
parentb86dbeaf56842924a6f11c04a56e7838475c4efe (diff)
consistency
-rw-r--r--phrase-circuit.src5
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.