mirror of https://github.com/VLSIDA/OpenRAM.git
Fix pinv_dec super call
This commit is contained in:
parent
15c8c200f3
commit
5fc6438553
|
|
@ -38,7 +38,7 @@ class pinv_dec(pinv.pinv):
|
|||
else:
|
||||
self.supply_layer = "m2"
|
||||
|
||||
super().__init__(, name, size, beta, self.cell_height, add_wells)
|
||||
super().__init__(name, size, beta, self.cell_height, add_wells)
|
||||
|
||||
def determine_tx_mults(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue