Hello I get this error when simulating a simple c...
# ieee-sscs-dc-22
r
Hello I get this error when simulating a simple common source amplifier using xschem, does anyone know what might the problem be and how to fix it ? Thank you.
p
The model name is nfet_01v8_lvt and not M1. You should type this instead print @m.xm1.msky130_fd_pr__nfet_01v8_lvt[id]_
Also you have to save currents and gm value. So you must add these two commnds .options savecurrents . save @m.xm1.msky130_fd_pr__nfet__01v8_lvt[gm]
r
Thank you very much