Removed extraneous shift from added mirroring

This commit is contained in:
mrg 2020-07-20 14:11:52 -07:00
parent 82bbacdfb5
commit 0ed81aa923
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ class sram_1bank(sram_base):
self.col_addr_pos[port] = vector(x_offset,
y_offset)
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:
self.col_addr_pos[port] = vector(x_offset, y_offset)