fpga:xilinx_fpga程序加载慢的原因和解决措施
差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
fpga:xilinx_fpga程序加载慢的原因和解决措施 [2022/06/01 14:42] – zhangguo | fpga:xilinx_fpga程序加载慢的原因和解决措施 [2023/03/17 10:12] (当前版本) – 外部编辑 127.0.0.1 | ||
---|---|---|---|
行 8: | 行 8: | ||
<code tcl> | <code tcl> | ||
- | set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 4 [current_design] | ||
- | set_property CONFIG_MODE SPIx4 [current_design] | ||
- | set_property BITSTREAM.CONFIG.CONFIGRATE 50 [current_design] | ||
- | |||
- | |||
- | |||
- | # | ||
set_property BITSTREAM.CENERAL.COMPRESS TRUE [current_design] | set_property BITSTREAM.CENERAL.COMPRESS TRUE [current_design] | ||
set_property CFGBVS VCCO [current_design] | set_property CFGBVS VCCO [current_design] | ||
set_property CONFIG_VOLTAGE 3.3 [current_design] | set_property CONFIG_VOLTAGE 3.3 [current_design] | ||
+ | set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 4 [current_design] | ||
+ | set_property CONFIG_MODE SPIx4 [current_design] | ||
+ | set_property BITSTREAM.CONFIG.CONFIGRATE 50 [current_design] | ||
</ | </ | ||
fpga/xilinx_fpga程序加载慢的原因和解决措施.1654065734.txt.gz · 最后更改: 2023/03/17 10:12 (外部编辑)