Commit 9812a07d authored by Robert Jordens's avatar Robert Jordens
Browse files

kasli: add misc vivado properties ans speed up load

m-labs/misoc#74
parent 8fcd67a2
...@@ -388,3 +388,10 @@ class Platform(XilinxPlatform): ...@@ -388,3 +388,10 @@ class Platform(XilinxPlatform):
toolchain="vivado") toolchain="vivado")
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([
"set_property BITSTREAM.GENERAL.COMPRESS True [current_design]",
"set_property BITSTREAM.CONFIG.CONFIGRATE 33 [current_design]",
"set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 2 [current_design]",
"set_property CFGBVS VCCO [current_design]",
"set_property CONFIG_VOLTAGE 2.5 [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