Add plotting to see what is happening

This commit is contained in:
Holger Vogt 2024-10-05 11:34:43 +02:00
parent 0c4aceff42
commit db63fc47c5
2 changed files with 5 additions and 0 deletions

View File

@ -182,7 +182,9 @@ xNOT4_1 0 VDD out_load out32 NOT4_SUB
xNOT4_2 0 VDD cout_load cout32 NOT4_SUB
.CONTROL
save cin cout32
run
plot cin relan1.cout32 tran1.cout32
.ENDC
.END

View File

@ -182,6 +182,9 @@ xNOT4_2 0 VDD cout_load cout32 NOT4_SUB
.CONTROL
run
set color0=white
set xbrushwidth=3
plot cin relan1.cout32 cout32
.ENDC
.END