<@U01819B63HP>: Can I get you to correct the "W" parameter in the `res_xhigh_po_*` symbols? I thou...
t
@User: Can I get you to correct the "W" parameter in the
res_xhigh_po_*
symbols? I thought that was fixed, but apparently not. The "W" is not supposed to be in the subcircuit call because the subcircuit has a fixed W that should not be changed. Also the device prefixes for the
res_generic_*
devices is
R
, not
X
.
s
Hi, @Tim Edwards, the 0p35, 0p69 and 1.41 variations of the res_xhigh_po_* are netlisted without W parameter. You might see the W= attribute in the attribute list, it is assigned to the (fixed) W of the resistor, but not used in netlist:
Copy code
XR10 M net10 B sky130_fd_pr__res_xhigh_po_0p35 L=0.35 mult=1 m=1
XR11 M net11 B sky130_fd_pr__res_xhigh_po_0p69 L=0.69 mult=1 m=1
XR12 M net12 B sky130_fd_pr__res_xhigh_po_1p41 L=1.41 mult=1 m=1
Will fix the prefix of the res_generic_* Thank you.