Commit 08e3a813 authored by Lucas Russo's avatar Lucas Russo

top/*/dbe_pbpm{2}: use bitstream config rate of 12MHz for safety

AFCv3 doesn't work well with faster rates, like
50MHz. So, 12MHz should be OK.
parent 9a804e10
......@@ -1304,7 +1304,7 @@ set_multicycle_path 7 -hold -from [all_fanout -endpoints_only -only_cells -from
#######################################################################
#set_property BITSTREAM.Config.SPI_BUSWIDTH 1 [current_design]
set_property BITSTREAM.CONFIG.CONFIGRATE 50 [current_design]
set_property BITSTREAM.CONFIG.CONFIGRATE 12 [current_design]
set_property BITSTREAM.CONFIG.SPI_FALL_EDGE YES [current_design]
set_property BITSTREAM.GENERAL.COMPRESS TRUE [current_design]
set_property CFGBVS VCCO [current_design]
......
......@@ -518,7 +518,7 @@ set_multicycle_path 7 -hold -from [all_fanout -endpoints_only -only_cells -from
#######################################################################
#set_property BITSTREAM.Config.SPI_BUSWIDTH 1 [current_design]
set_property BITSTREAM.CONFIG.CONFIGRATE 50 [current_design]
set_property BITSTREAM.CONFIG.CONFIGRATE 12 [current_design]
set_property BITSTREAM.CONFIG.SPI_FALL_EDGE YES [current_design]
set_property BITSTREAM.GENERAL.COMPRESS TRUE [current_design]
set_property CFGBVS VCCO [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