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]", ])