Skip to content

Commit

Permalink
removed qrc bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Class Account authored and Class Account committed May 13, 2024
1 parent 1af87cf commit 7ff89f2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions hammer/synthesis/genus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,15 +389,6 @@ def predict_floorplan(self) -> bool:
return True

def add_tieoffs(self) -> bool:

qrc_files = self.technology.read_libs([
hammer_tech.filters.qrc_tech_filter
], hammer_tech.HammerTechnologyUtils.to_plain_item)

# using asap7 don't add tieoffs
if(qrc_files):
return True

tie_hi_cells = self.technology.get_special_cell_by_type(CellType.TieHiCell)
tie_lo_cells = self.technology.get_special_cell_by_type(CellType.TieLoCell)
tie_hilo_cells = self.technology.get_special_cell_by_type(CellType.TieHiLoCell)
Expand Down

0 comments on commit 7ff89f2

Please sign in to comment.