Skip to content

Commit

Permalink
global route: remove deprecated -report_violating_nets option
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Mar 20, 2024
1 parent 038f078 commit 2cd2cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/scripts/global_route.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ puts "--------------------------------------------------------------------------
if {![info exist env(SKIP_ANTENNA_REPAIR)]} {
repair_antennas -iterations 5
check_placement -verbose
check_antennas -report_file $env(REPORTS_DIR)/antenna.log -report_violating_nets
check_antennas -report_file $env(REPORTS_DIR)/antenna.log
}

estimate_parasitics -global_routing
Expand Down

0 comments on commit 2cd2cae

Please sign in to comment.