Add write driver to well connect list

This commit is contained in:
mrg 2021-09-29 10:00:54 -07:00
parent 5dc885a674
commit 5d33db0ee4
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ end
#connect_global(nwell, "NWELL") #connect_global(nwell, "NWELL")
#connect_global(bulk, "BULK") #connect_global(bulk, "BULK")
for pat in %w(pinv* pnor* pnand* and?_dec* port_address* replica_bitcell_array*) for pat in %w(pinv* pnor* pnand* and?_dec* write_driver* port_address* replica_bitcell_array*)
connect_explicit(pat, [ "NWELL", "vdd" ]) connect_explicit(pat, [ "NWELL", "vdd" ])
connect_explicit(pat, [ "BULK", "PWELL", "gnd" ]) connect_explicit(pat, [ "BULK", "PWELL", "gnd" ])
end end

View File

@ -164,7 +164,7 @@ connect_global(pwell, "PWELL")
connect_global(nwell, "NWELL") connect_global(nwell, "NWELL")
#connect_global(bulk, "BULK") #connect_global(bulk, "BULK")
for pat in %w(pinv* pnor* pnand* and?_dec* port_address* replica_bitcell_array*) for pat in %w(pinv* pnor* pnand* and?_dec* write_driver* port_address* replica_bitcell_array*)
connect_explicit(pat, [ "NWELL", "vdd" ]) connect_explicit(pat, [ "NWELL", "vdd" ])
connect_explicit(pat, [ "BULK", "PWELL", "gnd" ]) connect_explicit(pat, [ "BULK", "PWELL", "gnd" ])
end end