Commit 24d0e95c authored by Robert Jordens's avatar Robert Jordens
Browse files

samya_amc: enable OVERTEMPPOWERDOWN

parent a32a0f7b
...@@ -328,6 +328,8 @@ class Platform(XilinxPlatform): ...@@ -328,6 +328,8 @@ class Platform(XilinxPlatform):
self, "xcku040-ffva1156-1-c", _io, _connectors, self, "xcku040-ffva1156-1-c", _io, _connectors,
toolchain="vivado") toolchain="vivado")
self.toolchain.bitstream_commands.extend([ self.toolchain.bitstream_commands.extend([
# FIXME: enable this when the XADC reference wiring is fixed
# "set_property BITSTREAM.CONFIG.OVERTEMPPOWERDOWN 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