Commit 3655d5dd authored by Lucas Russo's avatar Lucas Russo

top/afcv3/*/*: increase flash programming clock to 12MHz

This is safe to use with AFCv3 boards
and delivers fast boot times.
parent 9301ce21
......@@ -1141,7 +1141,7 @@ set_multicycle_path 7 -hold -from [all_fanout -endpoints_only -only_cells -from
## Bitstream Settings ##
#######################################################################
set_property BITSTREAM.CONFIG.CONFIGRATE 3 [current_design]
set_property BITSTREAM.CONFIG.CONFIGRATE 12 [current_design]
set_property BITSTREAM.CONFIG.SPI_FALL_EDGE YES [current_design]
set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 4 [current_design]
set_property BITSTREAM.CONFIG.SPI_32BIT_ADDR YES [current_design]
......
......@@ -1306,7 +1306,7 @@ set_multicycle_path 7 -hold -from [all_fanout -endpoints_only -only_cells -from
## Bitstream Settings ##
#######################################################################
set_property BITSTREAM.CONFIG.CONFIGRATE 3 [current_design]
set_property BITSTREAM.CONFIG.CONFIGRATE 12 [current_design]
set_property BITSTREAM.CONFIG.SPI_FALL_EDGE YES [current_design]
set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 4 [current_design]
set_property BITSTREAM.CONFIG.SPI_32BIT_ADDR YES [current_design]
......
......@@ -523,7 +523,7 @@ set_multicycle_path 7 -hold -from [all_fanout -endpoints_only -only_cells -from
## Bitstream Settings ##
#######################################################################
set_property BITSTREAM.CONFIG.CONFIGRATE 3 [current_design]
set_property BITSTREAM.CONFIG.CONFIGRATE 12 [current_design]
set_property BITSTREAM.CONFIG.SPI_FALL_EDGE YES [current_design]
set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 4 [current_design]
set_property BITSTREAM.CONFIG.SPI_32BIT_ADDR YES [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