Fix cheat on wordline driver name.

This commit is contained in:
mrg 2021-11-03 11:53:30 -07:00
parent bfb33ecbb4
commit 48e35588f4
1 changed files with 5 additions and 5 deletions

View File

@ -206,13 +206,13 @@ connect(metal10, metal10_pin)
schematic.simplify
if $connect_supplies
connect_implicit("vdd")
connect_implicit("gnd")
connect_implicit("*", "vdd")
connect_implicit("*", "gnd")
end
#connect_global(pwell, "PWELL")
#connect_global(nwell, "NWELL")
#connect_global(bulk, "BULK")
connect_global(pwell, "PWELL")
connect_global(nwell, "NWELL")
connect_global(bulk, "BULK")
for pat in %w(pinv* pnor* pnand* and?_dec* write_driver* port_address* replica_bitcell_array*)
connect_explicit(pat, [ "NWELL", "vdd" ])