Remove commented code in precharge array

This commit is contained in:
mrg 2022-02-25 16:21:12 -08:00
parent 9b90a44d4a
commit 2520d9f590
1 changed files with 0 additions and 13 deletions

View File

@ -81,19 +81,6 @@ class precharge_array(design.design):
def add_layout_pins(self):
# en_pin = self.pc_cell.get_pin("en_bar")
# start_offset = en_pin.lc().scale(0, 1)
# end_offset = start_offset + vector(self.width, 0)
# self.add_layout_pin_segment_center(text="en_bar",
# layer=self.en_bar_layer,
# start=start_offset,
# end=end_offset)
# for inst in self.local_insts:
# self.add_via_stack_center(from_layer=en_pin.layer,
# to_layer=self.en_bar_layer,
# offset=inst.get_pin("en_bar").center())
self.route_horizontal_pin("en_bar", layer=self.en_bar_layer)
self.route_horizontal_pin("vdd")