diff --git a/scripts/write_project_tcl_git.tcl b/scripts/write_project_tcl_git.tcl index 0007f8b..9723a02 100644 --- a/scripts/write_project_tcl_git.tcl +++ b/scripts/write_project_tcl_git.tcl @@ -37,6 +37,8 @@ # 4. No mention to the creation time of the project script, so that it is not different # every time it is generated. # +# 5. Remove warning when local sources are detected. +# #################################################################################### package require Vivado 1.2014.1 @@ -376,12 +378,6 @@ proc write_project_tcl_script {} { } } - if { $a_global_vars(b_local_sources) } { - print_local_file_msg "warning" - } else { - print_local_file_msg "info" - } - reset_global_vars return 0