efabless / globalfoundries-pdk-libs-gf180mcu_fd_pr

Primitives for GF180MCU provided by GlobalFoundries.
https://gf180mcu-pdk.rtfd.io
Apache License 2.0
9 stars 8 forks source link

added nfet_05v0.sym #36

Closed StefanSchippers closed 1 year ago

StefanSchippers commented 1 year ago

Add cells/xschem/symbols/nfet_05v0.sym xschem symbol Add cells/xschem/tests/test_nfet_05v0.schand cells/xschem/tests/test_nfet_05v0.sym Add showing spiceprefix attribute in all fet symbols instance name (will show if use spiceprefix is enabled in xschem) Update xschemrc to reflect current directory structure

Fixes https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/issues/76

StefanSchippers commented 1 year ago

the new nfet_05v0.sym will produce the same netlist and use the same nfet_06v0 model as the nfet_06v0.sym transistor when a spice netlist is produced for simulation. If option LVS netlist: top level is a .subckt is enabled and Use spiceprefix attribute is disabled xschem produces a netlist for LVS comparison. The nfet_05v0 symbol will refer to nfet_05v0 model and will be different from nfet_06v0, all fet instances will not have the leading X (spiceprefix), as required for LVS checking.

atorkmabrains commented 1 year ago

Thanks @StefanSchippers for the update.

@FaragElsayed2 Please review.