Hello everyone, How can We perform post layout si...
# ieee-sscs-dc-22
m
Hello everyone, How can We perform post layout simulations of analog design in xschem??
c
I just created the SPICE netlist from the extraction and added my user architecture code to simulate it with ngspice
m
Thank you for your reply. Can you please ellaborate what is user architecture code?
c
Sure, the user architecture code includes any voltage/current/signal sources, GND connection(s) as well as the code for the analysis you want to carry out (e.g. tran, ac,...)
m
Thank you