Dear all (again)...
I am doing LVS on a very simple circuit (common source amplifier: one transistor, one resistor, four ports), following instructions in detail (xschem subcircuit netlist, magic extraction using "extract all", "ext2spice lvs", "ext2spice". I have a link to the setup.tcl for the pdk in the working directory (setup.tcl -> /usr/local/share/pdk/sky130A/libs.tech/netgen/setup.tcl)
However, when I run netgen (netgen -batch lvs file1 etc), I get a lot of property errors for the resistor and transistors (the circuit itself matches", such as:
Model sky130_fd_pr__res_xhigh_po_0p35 pin 1 == 2
No property w found for device sky130_fd_pr__res_xhigh_po_0p35
No property w found for device sky130_fd_pr__res_xhigh_po_0p35
No property value found for device sky130_fd_pr__res_xhigh_po_0p35
No property w found for device sky130_fd_pr__res_xhigh_po_0p35
No property mult found for device sky130_fd_pr__res_xhigh_po_0p35
and similarily for the transistor.
Is not the purpuse of the setup.tcl to avoid such parameter errors (they are not given in the xschem netlist)?