adi_project_intel: Delete all MESSAGE_DISABLE assignment

These kind of assignments should be placed into file like
~/projects/scripts/adi_xilinx_msg.tcl
main
Istvan Csomortani 2018-12-13 09:39:54 +00:00 committed by Adrian Costina
parent 4ca1311d57
commit 054193e083
1 changed files with 0 additions and 16 deletions

View File

@ -115,22 +115,6 @@ proc adi_project {project_name {parameter_list {}}} {
system_bd.qsys --synthesis=VERILOG --output-directory=system_bd \ system_bd.qsys --synthesis=VERILOG --output-directory=system_bd \
--family=$family --part=$device --family=$family --part=$device
# ignored warnings and such
set_global_assignment -name MESSAGE_DISABLE 17951 ; ## unused RX channels
set_global_assignment -name MESSAGE_DISABLE 18655 ; ## unused TX channels
set_global_assignment -name MESSAGE_DISABLE 114001 ; ## Time value $x truncated to $y
# The Merlin cores are especially spammy, lets hope non of these warnings is
# an actual issue...
foreach entity {altera_merlin_axi_master_ni altera_merlin_axi_slave_ni \
altera_merlin_traffic_limiter altera_merlin_burst_adapter_new} {
## truncated value
set_instance_assignment -name MESSAGE_DISABLE 10230 -entity $entity
}
## assigned a value but never read
set_instance_assignment -name MESSAGE_DISABLE 10036 -entity altera_merlin_burst_adapter_new
# default assignments # default assignments
set_global_assignment -name QIP_FILE $system_qip_file set_global_assignment -name QIP_FILE $system_qip_file