HI, i have a problem on using netgen, I actually u...
# magic
ì
HI, i have a problem on using netgen, I actually using the following command :netgen -batch lvs "extantion_3.spice extantion" "extantion_xsc3.spice extantion" /home/iilter/open_pdks/sky130/sky130A/libs.tech/netgen/sky130A_setup.tcl, but the result says me Cannot find cell extantion in file extantion_3.spice even i have spice files. How to solve this problem?
1
r
I see two potential problems in your screenshots:
1. the netlist exported from xschem has no subcircuit definition, make sure to check 'lvs netlist' in the 'simulation' -> 'lvs' menu before exporting the netlist
👍 1
2. in your lvs command the syntax in the quotes is "file.spice subcircuit", your subcircuit name doesn't match what you have in your .spice
ì
Okay, it works, thank you!
1