mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Allow supply pins on m4 too
This commit is contained in:
@@ -206,11 +206,6 @@ class write_driver_array(design.design):
|
||||
|
||||
self.route_horizontal_pins("vdd")
|
||||
self.route_horizontal_pins("gnd")
|
||||
# Old pin routing
|
||||
# for n in ["vdd", "gnd"]:
|
||||
# pin_list = self.local_insts[i].get_pins(n)
|
||||
# for pin in pin_list:
|
||||
# self.copy_power_pin(pin, directions=("V", "V"))
|
||||
|
||||
if self.write_size:
|
||||
for bit in range(self.num_wmasks):
|
||||
|
||||
Reference in New Issue
Block a user