vivado报错总结

一、

Place 30-494    The design is empty

Resolution:check if opt_design has removed all the leaf cells of your design. Check whether you have instantiated and connected all of the top level ports

 检查工程是否只有输入没有输出; 只有输入的工程,添加一个ila可以解决问题。

[DRC LUTLP-1] Combinatorial Loop Alert: 1 LUT cells form a combinatorial loop. This can create a race condition. Timing analysis may not be accurate. The preferred resolution is to modify the design to remove combinatorial logic loops. If the loop is known and understood, this DRC can be bypassed by acknowledging the condition and setting the following XDC constraint on any one of the nets in the loop: 'set_property ALLOW_COMBINATORIAL_LOOPS TRUE [get_nets <myHier/myNet>]'. One net in the loop is sdi_0_out_video_in_tuser. Please evaluate your design. The cells in the loop are: sdi_0_out_video_in_tuser_inferred_i_1.

对于wire类型变量来说,不可以将自身赋值给自身

例:wire signed    [15:0] S_phase_pll_add;

assign S_phase_pll_add = (S_data_val_cache == 1'b1)?(S_phase_pll + $signed(O_data<<1)):S_phase_pll_add;  

这就是导致上述错误的原因

SOLUTION

A combinational loop is combinational logic that feeds back to itself without a register. The simplest example is an inverter whose output feeds back to the input creating an oscillator.

二、 

[Common 17-55] 'get_property' expects at least one object.

SOLUTION

修改顶层文件的端口名称后,约束文件还保留修改之前的端口名代码,需要手动删除后,即可解决问题。

三、

[Labtools 27-3733] Error during cs_server initialization: Failed to connect

[Labtools 27-3366] Cannot support older hw_server version 2019.1

 [Labtoolstcl 44-494] There is no active target available for server at localhost.
 Targets(s) ", jsn-JTAG-SMT2-210251A07952" may be locked by another hw_server.

 

SOLUTION:

重启软件,重启电脑,重新拔插线,更换软件版本(2019.1或2021.1)多次尝试

四、

ERROR: [Labtools 27-3303] Incorrect bitstream assigned to device. Bitstream was generated for part xczu9eg-ffvb1156-2-e, target device (with IDCODE revision 1) is compatible with es2 revision bitstreams.
To allow the bitstream to be programmed to the device, use "set_param xicom.use_bitstream_version_check false" tcl command.
ERROR: [Labtools 27-3165] End of startup status: LOW
ERROR: [Common 17-39] 'program_hw_devices' failed due to earlier errors.
ERROR: [Labtoolstcl 44-513] HW Target shutdown. Closing target: localhost:3121/xilinx_tcf/Digilent/210308A1C79E

  • 2
    点赞
  • 12
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
vivado 报错8-2798是一种综合错误,通常与时钟控制有关。然而,根据提供的引用内容,无法准确判断这个错误的具体原因。在提供的引用内容中,没有包含关于vivado报错8-2798的详细信息。引用提到的解决办法是升级操作系统到Windows 11。引用提到的错误信息是Detected incompatible modelsim simulator installation version '2020.4'! The supported simulator version for the current Vivado release is '2019.4',这是与Vivado版本和模拟器版本不兼容的错误。引用提到的解决办法是点击错误提示,然后修改导致错误的代码行。基于这些信息,我无法直接回答vivado报错8-2798的具体解决办法。建议您提供更多关于该错误的详细信息,以便我能够帮助您解决问题。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *2* [Vivado报错集锦](https://blog.csdn.net/weixin_44422853/article/details/129275519)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] - *3* [vivado报错:USF-XSim-62的常见解决办法](https://blog.csdn.net/a1197512981/article/details/126315809)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值