RROR: [XSIM 43-3238] Failed to link the design.

 

仿真时遇到上述错误,在tcl下运行

set_property -name {xsim.elaborate.xelab.more_options} -value {-cc clang} -objects [get_filesets sim_1]

 

 

压缩bit文件

set_property BITSTREAM.GENERAL.COMPRESS.TRUE[current_design]

 

原文链接:

https://blog.csdn.net/weixin_39438479/article/details/80390149

 

1:set_property BITSTREAM.GENERAL.COMPRESS TRUE [current_design]

  在约束文件中加入这句话,软件会自动压缩BIT文件;


2:(1)这里直接打开设置是不行的,必须在编译完之后,点击Open Implemented Design 之后,再--->Tools--->settings

 

相关文章:

  • 2022-01-04
  • 2021-08-18
  • 2021-12-15
  • 2021-05-23
  • 2022-02-08
  • 2022-01-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2021-06-18
  • 2021-06-26
  • 2021-04-04
  • 2021-05-06
相关资源
相似解决方案