From f565818ab225ff6bc8e24e590346252f3f7a1b8e Mon Sep 17 00:00:00 2001 From: Istvan Csomortani Date: Mon, 5 Mar 2018 10:14:19 +0000 Subject: [PATCH] adi_xilinx_msg: eth_avb is not used by our designs --- projects/scripts/adi_xilinx_msg.tcl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/projects/scripts/adi_xilinx_msg.tcl b/projects/scripts/adi_xilinx_msg.tcl index a8859247d..212d6e335 100644 --- a/projects/scripts/adi_xilinx_msg.tcl +++ b/projects/scripts/adi_xilinx_msg.tcl @@ -17,6 +17,16 @@ ## ################################################################################ +################################################################################ +## Tool related messages +## IDs : [Vivado 12-xxxx] +################################################################################ + +## For all projects which has SGMII, the tool presumes that we want ot use the +## eth_avb IP too, and because we don't have any license for it, thoughs out a +## CRITICAL WARNING. Downgrade this critical warning to a simple warning. +set_msg_config -id {Vivado 12-1790} -string "Evaluation features should NOT be used in production systems." -new_severity WARNING + ################################################################################ ## Block Design related messages ## IDs : [BD 41-xxxx]