introduced some other bugs but scmos tiling is correct

This commit is contained in:
samuelkcrow
2022-12-02 09:42:33 -08:00
parent ac8a15acc0
commit 68fb4e3c63
2 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ class replica_bitcell_array(bitcell_base_array):
upper_right = self.find_highest_coords()
self.width = upper_right.x - lower_left.x
self.height = upper_right.y - lower_left.y
self.translate_all(lower_left)
# self.translate_all(lower_left)
self.add_boundary()