diff --git a/compiler/modules/write_driver_array.py b/compiler/modules/write_driver_array.py index 22a75218..a6eb1384 100644 --- a/compiler/modules/write_driver_array.py +++ b/compiler/modules/write_driver_array.py @@ -154,7 +154,6 @@ class write_driver_array(design.design): self.get_br_name() + "_{0}".format(index), self.en_name + "_{0}".format(i + offset), "vdd", "gnd"]) - def place_write_array(self): from tech import cell_properties if self.bitcell.width > self.driver.width: