Remove extra debug statement

This commit is contained in:
mrg 2020-12-08 11:55:53 -08:00
parent 6062565973
commit 47cc4cbfca
1 changed files with 0 additions and 1 deletions

View File

@ -390,7 +390,6 @@ class replica_bitcell_array(bitcell_base_array):
# These grow up, away from the array
for bit in range(self.rbl[1]):
dummy_offset = self.bitcell_offset.scale(0, bit + bit % 2) + self.bitcell_array_inst.ul()
import pdb; pdb.set_trace()
self.dummy_row_replica_insts[self.rbl[0] + bit].place(offset=dummy_offset,
mirror="MX" if (self.row_size + bit) % 2 else "R0")