Commit 25646d42 authored by Sebastien Bourdeauducq's avatar Sebastien Bourdeauducq
Browse files

sayma_amc2: enable OVERTEMPPOWERDOWN

parent 9fd7a48a
...@@ -410,8 +410,7 @@ class Platform(XilinxPlatform): ...@@ -410,8 +410,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([
# FIXME: enable this when the XADC reference wiring is fixed "set_property BITSTREAM.CONFIG.OVERTEMPPOWERDOWN Enable [current_design]",
# "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