adi_project.tcl : Fix message severity

When message severity is set to 'error', need to do it quiet, other way the tool will stop after synthesis, complaining for previous errors.
main
Istvan Csomortani 2014-11-13 16:33:47 +02:00
parent 5baa015246
commit 4bcf338e9b
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ proc adi_project_create {project_name} {
set_msg_config -id {BD 41-1306} -new_severity info
set_msg_config -id {IP_Flow 19-1687} -new_severity info
set_msg_config -id {filemgmt 20-1763} -new_severity info
set_msg_config -id {BD 41-1276} -new_severity error
set_msg_config -quiet -id {BD 41-1276} -new_severity error
create_bd_design "system"
source system_bd.tcl