mirror of https://github.com/VLSIDA/OpenRAM.git
Widen pitch of control bus in bank.
This commit is contained in:
parent
9b939c9a1a
commit
8cedeeb3d9
|
|
@ -1135,6 +1135,7 @@ class layout():
|
||||||
size=size,
|
size=size,
|
||||||
offset=loc,
|
offset=loc,
|
||||||
directions=directions)
|
directions=directions)
|
||||||
|
|
||||||
# Hack for min area
|
# Hack for min area
|
||||||
if OPTS.tech_name == "sky130":
|
if OPTS.tech_name == "sky130":
|
||||||
width = round_to_grid(sqrt(drc["minarea_m3"]))
|
width = round_to_grid(sqrt(drc["minarea_m3"]))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue