mirror of https://github.com/VLSIDA/OpenRAM.git
Fix s_en spacing problem.
This commit is contained in:
parent
53107a8322
commit
159d0ed603
|
|
@ -452,7 +452,6 @@ class sram_1bank(sram_base):
|
||||||
y_bottom = 0
|
y_bottom = 0
|
||||||
|
|
||||||
y_offset = y_bottom - self.data_bus_size[port] + 2 * self.m3_pitch
|
y_offset = y_bottom - self.data_bus_size[port] + 2 * self.m3_pitch
|
||||||
|
|
||||||
offset = vector(self.control_logic_insts[port].rx() + self.dff.width,
|
offset = vector(self.control_logic_insts[port].rx() + self.dff.width,
|
||||||
y_offset)
|
y_offset)
|
||||||
cr = channel_route(netlist=route_map,
|
cr = channel_route(netlist=route_map,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue