Add plotting to see what is happening
This commit is contained in:
parent
0c4aceff42
commit
db63fc47c5
|
|
@ -182,7 +182,9 @@ xNOT4_1 0 VDD out_load out32 NOT4_SUB
|
||||||
xNOT4_2 0 VDD cout_load cout32 NOT4_SUB
|
xNOT4_2 0 VDD cout_load cout32 NOT4_SUB
|
||||||
|
|
||||||
.CONTROL
|
.CONTROL
|
||||||
|
save cin cout32
|
||||||
run
|
run
|
||||||
|
plot cin relan1.cout32 tran1.cout32
|
||||||
.ENDC
|
.ENDC
|
||||||
|
|
||||||
.END
|
.END
|
||||||
|
|
|
||||||
|
|
@ -182,6 +182,9 @@ xNOT4_2 0 VDD cout_load cout32 NOT4_SUB
|
||||||
|
|
||||||
.CONTROL
|
.CONTROL
|
||||||
run
|
run
|
||||||
|
set color0=white
|
||||||
|
set xbrushwidth=3
|
||||||
|
plot cin relan1.cout32 cout32
|
||||||
.ENDC
|
.ENDC
|
||||||
|
|
||||||
.END
|
.END
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue