Open d-m-bailey opened 6 months ago
FYI, the L and W parameters were not previously ignored, as the "R" component in SPICE does have a variation which is a "semiconductor resistor" and takes parameters L and W instead of a resistance value. So the only change needed to the standard cell libraries was to change "R" to "XR". This has been done.
In commit
13a8c5d2b10f1ec959d24bb1c9b580f0abbebe91
theres_generic_po
device extraction was changed fromR
devices toX
devices.I think this change enables the extraction ofl
andw
parameters which may have been previously ignoredThe corresponding standard cell spice libraries and possible xschem primitive should be modified to correspond.