File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 [env_var_exists_and_non_empty ENABLE_NB_LEGALIZER] &&
5151 $::env(ENABLE_NB_LEGALIZER)
5252} {
53- set result [catch { detailed_placement -use_negotiation } msg]
53+ set result [catch { log_cmd detailed_placement -use_negotiation } msg]
5454} else {
55- set result [catch { detailed_placement } msg]
55+ set result [catch { log_cmd detailed_placement } msg]
5656}
5757if { $result != 0 } {
5858 save_progress 4_1_error
@@ -81,9 +81,9 @@ if { !$::env(SKIP_CTS_REPAIR_TIMING) } {
8181 [env_var_exists_and_non_empty ENABLE_NB_LEGALIZER] &&
8282 $::env(ENABLE_NB_LEGALIZER)
8383 } {
84- set result [catch { detailed_placement -use_negotiation } msg]
84+ set result [catch { log_cmd detailed_placement -use_negotiation } msg]
8585 } else {
86- set result [catch { detailed_placement } msg]
86+ set result [catch { log_cmd detailed_placement } msg]
8787 }
8888 if { $result != 0 } {
8989 save_progress 4_1_error
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ proc do_dpl { } {
2222 } {
2323 lappend dpl_args " -use_negotiation"
2424 }
25- detailed_placement {*}$dpl_args
25+ log_cmd detailed_placement {*}$dpl_args
2626
2727 if { $::env(ENABLE_DPO) } {
2828 if { [env_var_exists_and_non_empty DPO_MAX_DISPLACEMENT] } {
Original file line number Diff line number Diff line change @@ -598,7 +598,7 @@ ENABLE_DPO:
598598 default : 1
599599ENABLE_NB_LEGALIZER :
600600 description : |
601- Enable negotation -based legalizer in detailed placement.
601+ Enable negotiation -based legalizer in detailed placement.
602602 default : 0
603603DPO_MAX_DISPLACEMENT :
604604 description : |
You can’t perform that action at this time.
0 commit comments