Stefan Schippers
08/23/2022, 9:30 AMschippes@mazinga:~$ nc localhost 2020
table_set cmos_example.raw
copyvar v(diffout) sel
^C
Of course replace cmos_example.raw
with the name of your raw file and replace v(diffout)
with a valid saved node of your circuit.
If you don't see the node plotted in gaw there are some problems, if it does not work this way xschem has no chance to succeed. See the error messages so we can try to fix.
I am also assuming you installed xschem from sources and you don't have xschem installed from ubuntu app store or similar packaged apps, since these are all too old.PramitKumar Pal
08/23/2022, 6:44 PMup_listenPort = 2020
but when I opened gaw from xschem with Alt+g
it didn't work. Later I found out that up_listenPort
was =0 in the gawrc file. After changing it again, everything was working.