mirror of https://github.com/VLSIDA/OpenRAM.git
Move write mask vias to center to avoid data pins.
This commit is contained in:
parent
89396698ef
commit
9ad06a7770
|
|
@ -139,7 +139,7 @@ class write_mask_and_array(design.design):
|
||||||
|
|
||||||
for supply in ["gnd", "vdd"]:
|
for supply in ["gnd", "vdd"]:
|
||||||
supply_pin=self.and2_insts[i].get_pin(supply)
|
supply_pin=self.and2_insts[i].get_pin(supply)
|
||||||
self.add_power_pin(supply, supply_pin.rc())
|
self.add_power_pin(supply, supply_pin.center())
|
||||||
|
|
||||||
|
|
||||||
for supply in ["gnd", "vdd"]:
|
for supply in ["gnd", "vdd"]:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue