vivado 解决 module ‘design_1_v_tpg_0_v_tpg‘ not found

SOLUTION

This issue is due to a difference between Project and Non-project mode and how HLS based IP are handled.

The generate_target command will usually take care of creating all of the HDL files needed for synthesis.

However, for design that contain an HLS IP core (V_tpg in the example above), the flow requires the compile_c command to be run in order to generate the needed HDL from the C code that is delivered during generation. 

In project mode, the compile_c command is run automatically but in non-project mode a user will need to insert it between target generation and synthesis.

If you are unsure which, if any, IP cores in the project are HLS based, you can also just run compile_c on all of the IP

foreach ip_in_proj [get_ips] {compile_c [get_ips $ip_in_proj]}

from :
70400 - Vivado IP Flows - Synthesizing a Block design in non-project mode fails with ERROR: [Synth 8-439] module '<hls IP submodule>' not found (xilinx.com)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值