From 2cd2cae48799c7a40ff433fbb15cedbd938a30c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Wed, 20 Mar 2024 10:25:34 +0100 Subject: [PATCH] global route: remove deprecated -report_violating_nets option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- flow/scripts/global_route.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow/scripts/global_route.tcl b/flow/scripts/global_route.tcl index 710a6c402b..9beb95589f 100644 --- a/flow/scripts/global_route.tcl +++ b/flow/scripts/global_route.tcl @@ -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