Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#1865 from Pinata-Consulting/g…
Browse files Browse the repository at this point in the history
…lobal-route-remove-deprecated-report-violating-nets-option

global route: remove deprecated -report_violating_nets option
  • Loading branch information
maliberty authored Mar 20, 2024
2 parents 038f078 + 2cd2cae commit 862e0ec
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 862e0ec

Please sign in to comment.