From 43de22ec24de1d343ec1a6534529d5adfd472f6f Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 24 Oct 2022 17:05:34 +0200 Subject: [PATCH] Update to the examples: enable plotting with option digitop --- examples/p-to-n-examples/ex4.cir | 5 +++-- examples/p-to-n-examples/ex5.cir | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/examples/p-to-n-examples/ex4.cir b/examples/p-to-n-examples/ex4.cir index 941cd193b..9c632de90 100644 --- a/examples/p-to-n-examples/ex4.cir +++ b/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 diff --git a/examples/p-to-n-examples/ex5.cir b/examples/p-to-n-examples/ex5.cir index 1063382c5..059cc6c30 100644 --- a/examples/p-to-n-examples/ex5.cir +++ b/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