By default uniquify instances based on macro name.

This commit is contained in:
mrg
2022-03-11 18:01:45 -08:00
parent b981ad5814
commit 229a3b5b3d
10 changed files with 19 additions and 34 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ 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*)
for pat in %w(*pinv* *pnor* *pnand* *and?_dec* *write_driver* *port_address* *replica_bitcell_array*)
connect_explicit(pat, [ "NWELL", "vdd" ])
connect_explicit(pat, [ "BULK", "PWELL", "gnd" ])
end