Commit a32a0f7b authored by Robert Jordens's avatar Robert Jordens
Browse files

kasli: enable OVERTEMPPOWERDOWN

parent 81d0be31
...@@ -446,6 +446,9 @@ class Platform(XilinxPlatform): ...@@ -446,6 +446,9 @@ class Platform(XilinxPlatform):
self.add_platform_command( self.add_platform_command(
"set_property INTERNAL_VREF 0.750 [get_iobanks 35]") "set_property INTERNAL_VREF 0.750 [get_iobanks 35]")
self.toolchain.bitstream_commands.extend([ self.toolchain.bitstream_commands.extend([
# NOTE: disable this on Kasli/v1.0 boards where the XADC reference
# has not been 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 2 [current_design]", "set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 2 [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