mirror of https://github.com/VLSIDA/OpenRAM.git
Fix regexes for cells without well taps
This commit is contained in:
parent
acc9b2d223
commit
2e846cb22f
|
|
@ -214,7 +214,7 @@ end
|
|||
#connect_global(nwell, "NWELL")
|
||||
#connect_global(bulk, "BULK")
|
||||
|
||||
for pat in %w(pnand* and?_dec port_address* replica_bitcell_array)
|
||||
for pat in %w(pinv* pnor* pnand* and?_dec* port_address* replica_bitcell_array*)
|
||||
connect_explicit(pat, [ "NWELL", "vdd" ])
|
||||
connect_explicit(pat, [ "BULK", "PWELL", "gnd" ])
|
||||
end
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ connect_global(pwell, "PWELL")
|
|||
connect_global(nwell, "NWELL")
|
||||
#connect_global(bulk, "BULK")
|
||||
|
||||
for pat in %w(pnand* and?_dec port_address* replica_bitcell_array)
|
||||
for pat in %w(pinv* pnor* pnand* and?_dec* port_address* replica_bitcell_array*)
|
||||
connect_explicit(pat, [ "NWELL", "vdd" ])
|
||||
connect_explicit(pat, [ "BULK", "PWELL", "gnd" ])
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue