Browse Source

Update to the examples: enable plotting with option digitop

pre-master-46
Holger Vogt 3 years ago
parent
commit
43de22ec24
  1. 5
      examples/p-to-n-examples/ex4.cir
  2. 5
      examples/p-to-n-examples/ex5.cir

5
examples/p-to-n-examples/ex4.cir

@ -78,7 +78,8 @@ run
display
edisplay
eprint a b cin sum cout
*plot cout sum
quit
set xbrushwidth=3
plot a b cin cout sum digitop
*quit
.endc
.end

5
examples/p-to-n-examples/ex5.cir

@ -125,7 +125,8 @@ run
*edisplay
eprint o1 o2 o3 o4 o5 o6 o7 o8
eprint q1 q2 q3 q4 q5 q6 q7 q8
*plot q4 o6
quit
*set xbrushwidth=2
plot o1 o2 o3 o4 o5 o6 o7 o8 q1 q2 q3 q4 q5 q6 q7 q8 digitop
*quit
.endc
.end
Loading…
Cancel
Save