Skip to content

Commit 2d37163

Browse files
committed
Add -verbose to the repair_timing calls
More progress messages are needed on long runs. Signed-off-by: Matt Liberty <[email protected]>
1 parent 5eda0a9 commit 2d37163

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow/scripts/cts.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if {[info exist ::env(CTS_SNAPSHOTS)]} {
7171
}
7272

7373
# process user settings
74-
set additional_args ""
74+
set additional_args "-verbose"
7575
append_env_var additional_args SETUP_SLACK_MARGIN -setup_margin 1
7676
append_env_var additional_args HOLD_SLACK_MARGIN -hold_margin 1
7777
append_env_var additional_args TNS_END_PERCENT -repair_tns 1

flow/scripts/global_route.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if { ![info exists ::env(SKIP_INCREMENTAL_REPAIR)] } {
6969
# Repair timing using global route parasitics
7070
puts "Repair setup and hold violations..."
7171
estimate_parasitics -global_routing
72-
repair_timing
72+
repair_timing -verbose
7373
report_metrics 5 "global route post repair timing"
7474

7575
# Running DPL to fix overlapped instances

0 commit comments

Comments
 (0)