From 1515b6f1afe1b745452621e3745c47d5b205cf4e Mon Sep 17 00:00:00 2001 From: AndreiGrozav Date: Tue, 13 Dec 2016 19:18:18 +0200 Subject: [PATCH] fmcomms7/zc706: Disabele axi_spi constraint file The interface ports of the AXI SPI IP are not connected directly to a IOBUF, this results in a CRITICAL WARNING --- projects/fmcomms7/zc706/system_project.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/fmcomms7/zc706/system_project.tcl b/projects/fmcomms7/zc706/system_project.tcl index 35fd66fb5..e82dc8160 100644 --- a/projects/fmcomms7/zc706/system_project.tcl +++ b/projects/fmcomms7/zc706/system_project.tcl @@ -16,6 +16,7 @@ adi_project_files fmcomms7_zc706 [list \ set_property PROCESSING_ORDER EARLY [get_files $ad_hdl_dir/projects/common/zc706/zc706_system_constr.xdc] set_property PROCESSING_ORDER EARLY [get_files system_constr.xdc] +set_property is_enabled false [get_files *system_axi*_spi*.xdc] adi_project_run fmcomms7_zc706