Sir, Is it possible to plot waveforms of a .sch fi...
# analog-design
s
Sir, Is it possible to plot waveforms of a .sch file at different process corners in a single graph using ngspice
t
Not within ngspice. Xschem can plot results from multiple simulation runs into the same graph.
s
Yes please sir, ngspice in xschem? or in xschem using what method. Thank you very much!
Sir, I just want to simulate .sch at different corners and plot the results in a single graph .lib /usr/local/share/pdk/sky130A/libs.tech/ngspice/sky130.lib.spice ss .lib /usr/local/share/pdk/sky130A/libs.tech/ngspice/sky130.lib.spice ss .lib /usr/local/share/pdk/sky130A/libs.tech/ngspice/sky130.lib.spice ff
l
You should write the output of each corner simulation in external file, then you plot them all using another tool, such as matplotlib, with python, or gnuplot.
s
Thank you sir!