Add wells to driver stages. Remove unnecessary height/center in control logic.

This commit is contained in:
mrg
2021-03-25 10:00:24 -07:00
parent 4a40e96f6d
commit 6e2f60353c
2 changed files with 1 additions and 5 deletions
-2
View File
@@ -338,8 +338,6 @@ class control_logic(design.design):
row += 1
if (self.port_type == "rw") or (self.port_type == "w"):
self.place_wen_row(row)
height = self.w_en_gate_inst.uy()
control_center_y = self.w_en_gate_inst.uy()
row += 1
self.place_pen_row(row)
row += 1