sayma_amc: remove redundant bitstream options

* CONFIGRATE default is sufficient
* SPI width can be auto and QSPI works
This commit is contained in:
Robert Jördens 2017-12-13 14:39:32 +01:00
parent a9d0f253a5
commit 5e251cd85c
1 changed files with 0 additions and 2 deletions

View File

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