Skip to content

Commit

Permalink
clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ken_ho committed Feb 12, 2024
1 parent b73ce26 commit 77ddb2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hammer/par/innovus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1074,8 +1074,6 @@ def generate_floorplan_tcl(self) -> List[str]:

output.append("create_place_halo -insts {inst} -halo_deltas {{{s} {s} {s} {s}}} -snap_to_site".format(
inst=new_path, s=place_push_out))
#output.append("set pg_blockage_shape [lindex [get_computed_shapes -output polygon [get_db [get_db hinsts {inst}][get_db insts {inst}] .place_halo_polygon] SIZE {pg_pullback}] 0]".format(
# inst=new_path, pg_pullback=pg_pullback))
output.append("set pg_blockage_shape [get_db [get_db hinsts {inst}][get_db insts {inst}] .place_halo_polygon]".format(
inst=new_path))
output.append("create_route_blockage -pg_nets -layers {{{layers}}} -polygon $pg_blockage_shape".format(
Expand Down

0 comments on commit 77ddb2a

Please sign in to comment.