From b5f248385248adbedf13b4af35a313c7e0902806 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sun, 19 Dec 2021 17:30:34 +0100 Subject: [PATCH] spiOverJtag/constr_xc7s_csga324.xdc: set compress --- spiOverJtag/constr_xc7s_csga324.xdc | 1 + 1 file changed, 1 insertion(+) diff --git a/spiOverJtag/constr_xc7s_csga324.xdc b/spiOverJtag/constr_xc7s_csga324.xdc index 28938dd..0861b63 100644 --- a/spiOverJtag/constr_xc7s_csga324.xdc +++ b/spiOverJtag/constr_xc7s_csga324.xdc @@ -1,6 +1,7 @@ set_property CFGBVS VCCO [current_design] set_property CONFIG_VOLTAGE 3.3 [current_design] set_property BITSTREAM.CONFIG.SPI_BUSWIDTH {4} [current_design] +set_property BITSTREAM.GENERAL.COMPRESS TRUE [current_design] set_property -dict {PACKAGE_PIN M13 IOSTANDARD LVCMOS33} [get_ports {csn}]; set_property -dict {PACKAGE_PIN K17 IOSTANDARD LVCMOS33} [get_ports {sdi_dq0}];