用户工具

站点工具


fpga:xilinx_fpga程序加载慢的原因和解决措施

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
fpga:xilinx_fpga程序加载慢的原因和解决措施 [2022/06/01 14:42] zhangguofpga: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 CONFIG_MODE <configuration_mode> [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]
 </code> </code>
  
fpga/xilinx_fpga程序加载慢的原因和解决措施.1654065734.txt.gz · 最后更改: 2023/03/17 10:12 (外部编辑)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki