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
+1 -1
View File
@@ -124,7 +124,7 @@ class wordline_driver_array(design):
en_pin = self.add_layout_pin_segment_center(text="en",
layer="m2",
start=en_bottom_pos,
end=en_top_pos)
end=en_top_pos)
for row in range(self.rows):
and_inst = self.wld_inst[row]