scripts/adi_project.tcl: Overrides the default individual msg limit to 2000
parent
c152b60137
commit
22ac59c4cf
|
@ -116,6 +116,12 @@ proc adi_project_xilinx {project_name {mode 0}} {
|
||||||
## Load custom message severity definitions
|
## Load custom message severity definitions
|
||||||
source $ad_hdl_dir/projects/scripts/adi_xilinx_msg.tcl
|
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"
|
create_bd_design "system"
|
||||||
source system_bd.tcl
|
source system_bd.tcl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue