From 5e251cd85c90b980448894ab91ea968b81c3b709 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Wed, 13 Dec 2017 14:39:32 +0100 Subject: [PATCH] sayma_amc: remove redundant bitstream options * CONFIGRATE default is sufficient * SPI width can be auto and QSPI works --- artiq/gateware/targets/sayma_amc_standalone.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/artiq/gateware/targets/sayma_amc_standalone.py b/artiq/gateware/targets/sayma_amc_standalone.py index a3aef1873..00ab2e7ab 100755 --- a/artiq/gateware/targets/sayma_amc_standalone.py +++ b/artiq/gateware/targets/sayma_amc_standalone.py @@ -122,8 +122,6 @@ class SaymaAMCStandalone(MiniSoC, AMPSoC): platform = self.platform platform.toolchain.bitstream_commands.extend([ "set_property BITSTREAM.GENERAL.COMPRESS True [current_design]", - "set_property BITSTREAM.CONFIG.CONFIGRATE 3 [current_design]", - "set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 1 [current_design]", "set_property CFGBVS VCCO [current_design]", "set_property CONFIG_VOLTAGE 3.3 [current_design]", ])