scripts/adi_project.tcl: Overrides the default individual msg limit to 2000

main
AndreiGrozav 2018-08-06 15:15:07 +01:00 committed by AndreiGrozav
parent c152b60137
commit 22ac59c4cf
1 changed files with 6 additions and 0 deletions

View File

@ -116,6 +116,12 @@ proc adi_project_xilinx {project_name {mode 0}} {
## Load custom message severity definitions
source $ad_hdl_dir/projects/scripts/adi_xilinx_msg.tcl
## In Vivado there is a limit for the number of warnings and errors which are
## displayed by the tool for a particular error or warning; the default value
## of this limit is 100.
## Overrides the default limit to 2000.
set_param messaging.defaultLimit 2000
create_bd_design "system"
source system_bd.tcl