vks
09/20/2023, 11:05 AMStefan Schippers
09/20/2023, 11:16 AMwrite cs_ac_tb.raw
If you want to keep the previous op analysis too add these two lines:
set appendwrite
write cs_ac_tb.raw
However if you do so loading the raw data with the menu will load the first dataset (the OP analysis).
To expicitly load the AC data do this at the xshem terminal prompt:
xschem raw_read $netlist_dir/cs_ac_tb.raw ac
Stefan Schippers
09/20/2023, 11:19 AMtran
to ac
in the attributes. Doing a ctrl-left button click will load/unload the AC data.vks
09/20/2023, 12:24 PMStefan Schippers
09/20/2023, 12:45 PMset appendwrite
, remove the writing of the operating point raw file, keep only the write
after the ac
command.
Run the command from the xschem prompt:
% xschem raw_read $netlist_dir/cs_ac_tb.raw ac
Raw file data read: /home/schippes/.xschem/simulations/cs_ac_tb.raw
points=121, vars=88, datasets=1
1
If you get '1' as the return value the file is loaded.
Then double click in the graph and select nodes to plot.
If you don't get '1' there is some other problem.vks
09/20/2023, 12:55 PMset appendwrite
. Thanks for the help.
How can xschem command prompt be accessed ?Stefan Schippers
09/20/2023, 1:42 PM