File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ if {[env_var_exists_and_non_empty DFF_LIB_FILE]} {
7171}
7272opt
7373
74- puts " abc [ join $abc_args " " ] "
75- abc {*}$abc_args
74+ log_cmd abc {*}$abc_args
7675
7776# Replace undef values with defined constants
7877setundef -zero
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ proc write_keep_hierarchy {} {
2525 } else {
2626 dfflibmap -liberty $::env(DONT_USE_SC_LIB)
2727 }
28- puts " abc [ join $abc_args " " ] "
29- abc {*}$abc_args
28+ log_cmd abc {*}$abc_args
3029
3130 tee -o $::env(REPORTS_DIR) /synth_hier_stat.txt stat {*}$stat_libs
3231
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ proc repair_timing_helper { {hold_margin 1} } {
2727 append_env_var additional_args SKIP_BUFFER_REMOVAL -skip_buffer_removal 0
2828 append_env_var additional_args SKIP_LAST_GASP -skip_last_gasp 0
2929 append_env_var additional_args MATCH_CELL_FOOTPRINT -match_cell_footprint 0
30- puts " repair_timing [ join $additional_args " " ] "
31- repair_timing {*}$additional_args
30+ log_cmd repair_timing {*}$additional_args
3231}
3332
3433proc repair_design_helper {} {
@@ -38,9 +37,7 @@ proc repair_design_helper {} {
3837 append_env_var additional_args CAP_MARGIN -cap_margin 1
3938 append_env_var additional_args SLEW_MARGIN -slew_margin 1
4039 append_env_var additional_args MATCH_CELL_FOOTPRINT -match_cell_footprint 0
41- puts " repair_design [ join $additional_args " " ] "
42-
43- repair_design {*}$additional_args
40+ log_cmd repair_design {*}$additional_args
4441}
4542
4643proc recover_power {} {
You can’t perform that action at this time.
0 commit comments