File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,11 @@ if {[find_macros] != ""} {
2929 }
3030
3131 if {[env_var_exists_and_non_empty MACRO_PLACEMENT_TCL]} {
32- source $::env(MACRO_PLACEMENT_TCL)
33- puts " Using manual macro placement file $::env(MACRO_PLACEMENT_TCL) "
32+ log_cmd source $::env(MACRO_PLACEMENT_TCL)
3433 } elseif {[env_var_exists_and_non_empty MACRO_PLACEMENT]} {
3534 source $::env(SCRIPTS_DIR) /read_macro_placement.tcl
36- puts " Using manual macro placement file $::env(MACRO_PLACEMENT) "
37- read_macro_placement $::env(MACRO_PLACEMENT)
35+ log_cmd read_macro_placement $::env(MACRO_PLACEMENT)
3836 } else {
39- puts " HierRTLMP Flow enabled..."
4037 set additional_rtlmp_args " "
4138 append_env_var additional_rtlmp_args RTLMP_MAX_LEVEL -max_num_level 1
4239 append_env_var additional_rtlmp_args RTLMP_MAX_INST -max_num_inst 1
You can’t perform that action at this time.
0 commit comments