mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-04 16:51:40 +02:00
Fix cheat on wordline driver name.
This commit is contained in:
@@ -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" ])
|
||||
|
||||
Reference in New Issue
Block a user