Tuohang Zeng
02/21/2022, 9:09 PMNetlist error in file ./dcdcInst_test.spice at or near line 13
Subcircuit SKY130_FD_PR__NFET_01V8 has not been defined for instance X1
Simulation aborted due to error. There are 0 MSG_FATAL errors and 1 MSG_ERROR
I think it it not including all the needed files? How should I write all the includes? I am writing the .lib line like the following, and the open_pdks I am using is from some time in last December
.lib "./../OpenLane/pdks/sky130A/libs.tech/ngspice/sky130.lib.spice" tt
Thanks!Robert Rogers
02/21/2022, 9:32 PMTuohang Zeng
02/21/2022, 9:35 PMTim Edwards
02/22/2022, 1:50 AM.option scale
line in all.spice
. Depending on the version of Xyce, you might need to change that line to .options parser scale=1.0u
. But that generally ends with a parser error, not an error about an undefined subcircuit.Tuohang Zeng
02/24/2022, 2:03 PM