more code cleaning

This commit is contained in:
Jacob Walker
2023-03-30 11:30:50 -07:00
parent 90cf382a43
commit 92251fe61e
12 changed files with 13 additions and 137 deletions
@@ -56,10 +56,8 @@ class rom_address_control_array(design):
def create_modules(self):
self.addr_control = factory.create(module_type="rom_address_control_buf", size=self.inv_height)
# For layout constants
# self.poly_tap = factory.create(module_type="rom_poly_tap", strap_length=0)
def add_pins(self):
for col in range(self.cols):