File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 "
7575append_env_var additional_args SETUP_SLACK_MARGIN -setup_margin 1
7676append_env_var additional_args HOLD_SLACK_MARGIN -hold_margin 1
7777append_env_var additional_args TNS_END_PERCENT -repair_tns 1
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments