Commit 21548828 authored by Sebastien Bourdeauducq's avatar Sebastien Bourdeauducq
Browse files

sayma_amc: OVERTEMPPOWERDOWN is called OVERTEMPSHUTDOWN on Ultrascale

parent 3773947b
...@@ -409,7 +409,7 @@ class Platform(XilinxPlatform): ...@@ -409,7 +409,7 @@ class Platform(XilinxPlatform):
self, "xcku040-ffva1156-1-c", _io, _connectors, self, "xcku040-ffva1156-1-c", _io, _connectors,
toolchain="vivado", name="sayma_amc") toolchain="vivado", name="sayma_amc")
self.toolchain.bitstream_commands.extend([ self.toolchain.bitstream_commands.extend([
"set_property BITSTREAM.CONFIG.OVERTEMPPOWERDOWN Enable [current_design]", "set_property BITSTREAM.CONFIG.OVERTEMPSHUTDOWN Enable [current_design]",
"set_property BITSTREAM.GENERAL.COMPRESS True [current_design]", "set_property BITSTREAM.GENERAL.COMPRESS True [current_design]",
"set_property BITSTREAM.CONFIG.CONFIGRATE 33 [current_design]", "set_property BITSTREAM.CONFIG.CONFIGRATE 33 [current_design]",
"set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 4 [current_design]", "set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 4 [current_design]",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment