mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 09:58:33 +02:00
fixing decoder lvs
This commit is contained in:
@@ -65,7 +65,9 @@ class rom_address_control_array(design):
|
||||
def add_pins(self):
|
||||
for col in range(self.cols):
|
||||
self.add_pin("A{0}_in".format(col), "INPUT")
|
||||
for col in range(self.cols):
|
||||
self.add_pin("A{0}_out".format(col), "OUTPUT")
|
||||
for col in range(self.cols):
|
||||
self.add_pin("Abar{0}_out".format(col), "OUTPUT")
|
||||
self.add_pin("clk", "INPUT")
|
||||
self.add_pin("vdd", "POWER")
|
||||
|
||||
Reference in New Issue
Block a user