mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Use single height for netlist_only mode
This commit is contained in:
@@ -38,9 +38,11 @@ class hierarchical_decoder(design.design):
|
||||
self.create_layout()
|
||||
|
||||
def find_decoder_height(self):
|
||||
|
||||
b = factory.create(module_type="bitcell")
|
||||
# Old behavior
|
||||
# return (b.height, 1)
|
||||
if OPTS.netlist_only:
|
||||
return (b.height, 1)
|
||||
|
||||
# Search for the smallest multiple that works
|
||||
cell_multiple = 1
|
||||
|
||||
Reference in New Issue
Block a user