summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/svg/ex21SVG.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/svg/ex21SVG.m4')
-rw-r--r--graphics/circuit_macros/examples/svg/ex21SVG.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/circuit_macros/examples/svg/ex21SVG.m4 b/graphics/circuit_macros/examples/svg/ex21SVG.m4
index 785c13361e..b9aa8ac18d 100644
--- a/graphics/circuit_macros/examples/svg/ex21SVG.m4
+++ b/graphics/circuit_macros/examples/svg/ex21SVG.m4
@@ -7,13 +7,9 @@ ddy = 1.8*dy
textht = textht*0.9
D: FlipFlop(D)
- line right 5bp__ at last [] . 1nd last ""+(-7bp__,4bp__)
T: FlipFlop(T) with .Chip.sw at last [].se + (0.4,0)
- line right 5bp__ at last [] . 1nd last ""+(-7bp__,4bp__)
RS: FlipFlop(RS) with .Chip.sw at last [].se + (0.4,0)
- line right 5bp__ at last [] . 1nd last ""+(-7bp__,4bp__)
JK: FlipFlop(JK) with .Chip.sw at last [].se + (0.4,0)
- line right 5bp__ at last [] . 2nd last ""+(-7bp__,4bp__)
`"FlipFlop(JK)"' at JK.s below
`"FlipFlop(RS)"' at (RS.s,JK.s) below
`"FlipFlop(T)"' at (T.s,JK.s) below
@@ -21,7 +17,6 @@ JK: FlipFlop(JK) with .Chip.sw at last [].se + (0.4,0)
# Test 3: synchronous 3-bit counter
define(`counterFF',``$1':FlipFlop(JK) `$2'
- line right 5bp__ at last [] . 2nd last ""+(-7bp__,4bp__)
"`$1'" at `$1'.Chip.sw-(3bp__,0) below ljust
"1" at `$1'.PinCLR.end above
"1" at `$1'.PinPR.end below')