Remove line ending whitespace

This commit is contained in:
Eren Dogan
2022-07-22 19:52:38 +03:00
parent 2a778dca82
commit e3fe8c3229
80 changed files with 431 additions and 479 deletions
+2 -2
View File
@@ -128,7 +128,7 @@ class bitcell_base_array(design):
if len(self.all_ports) > 1:
temp.extend(self.get_rbl_wordline_names(1))
return temp
def add_bitline_pins(self):
bitline_names = self.cell.get_all_bitline_names()
for col in range(self.column_size):
@@ -165,7 +165,7 @@ class bitcell_base_array(design):
""" Add the layout pins """
self.add_bitline_pins()
self.add_wl_pins()
def _adjust_x_offset(self, xoffset, col, col_offset):
tempx = xoffset
dir_y = False