From 88461414671fb15a2d89fae0d931b634381ad034 Mon Sep 17 00:00:00 2001 From: AndreiGrozav Date: Tue, 13 Dec 2016 19:16:31 +0200 Subject: [PATCH] fmcomms1/kc705: 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/fmcomms1/kc705/system_project.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/fmcomms1/kc705/system_project.tcl b/projects/fmcomms1/kc705/system_project.tcl index 34362a542..4e12b6de1 100644 --- a/projects/fmcomms1/kc705/system_project.tcl +++ b/projects/fmcomms1/kc705/system_project.tcl @@ -12,6 +12,7 @@ adi_project_files fmcomms1_kc705 [list \ set_property PROCESSING_ORDER EARLY [get_files $ad_hdl_dir/projects/common/kc705/kc705_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 fmcomms1_kc705