mirror of https://github.com/VLSIDA/OpenRAM.git
copy vertical bus spacing from control_logic.py
This commit is contained in:
parent
2611468dd7
commit
73021be8eb
|
|
@ -315,7 +315,8 @@ class control_logic_delay(design.design):
|
||||||
self.place_dffs()
|
self.place_dffs()
|
||||||
|
|
||||||
# All of the control logic is placed to the right of the DFFs and bus
|
# All of the control logic is placed to the right of the DFFs and bus
|
||||||
self.control_x_offset = self.ctrl_dff_array.width + self.internal_bus_width
|
# as well as the power supply stripe
|
||||||
|
self.control_x_offset = self.ctrl_dff_array.width + self.internal_bus_width + self.m4_pitch
|
||||||
|
|
||||||
row = 0
|
row = 0
|
||||||
# Add the logic on the right of the bus
|
# Add the logic on the right of the bus
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue