mirror of https://github.com/VLSIDA/OpenRAM.git
Removed extraneous shift from added mirroring
This commit is contained in:
parent
82bbacdfb5
commit
0ed81aa923
|
|
@ -206,7 +206,7 @@ class sram_1bank(sram_base):
|
||||||
self.col_addr_pos[port] = vector(x_offset,
|
self.col_addr_pos[port] = vector(x_offset,
|
||||||
y_offset)
|
y_offset)
|
||||||
self.col_addr_dff_insts[port].place(self.col_addr_pos[port], mirror="XY")
|
self.col_addr_dff_insts[port].place(self.col_addr_pos[port], mirror="XY")
|
||||||
x_offset = self.col_addr_dff_insts[port].lx() - self.col_addr_dff_insts[port].width
|
x_offset = self.col_addr_dff_insts[port].lx()
|
||||||
else:
|
else:
|
||||||
self.col_addr_pos[port] = vector(x_offset, y_offset)
|
self.col_addr_pos[port] = vector(x_offset, y_offset)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue