UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
08-01-2018 04:15 AM
Hi,
I am using Vivado 17.2 and trying to implement instrumentation I have added to my synthesis.
I get the following message:
[Vivado 12-5447 ] synth_ip is not supported in project mode, please use non-project mode.
[Synth 8-439] module 'dbg_hub_CV' not found
......
Note this does NOT happen in Vivado 2016.4, and the recommendation of
https://www.xilinx.com/support/answers/60856.html
does not solve this problem.
Is Vivado 2017.2 not fit for purpose for debug mode?
Regards SImon
08-01-2018 05:33 AM
Hi @simonh_bwt,
If you are trying to generate the synthesis DCP to support the OOC IP flow or to synthesize and implement an IP module in the OOC hierarchical design flow in "project mode", you can try IP run by create_ip_run rather than synth_ip which is a command used in "non-project" mode. I think in the objects you are specifying the IP name, but here the command is giving error. You should get information on these commands in UG835.
- Prathik
08-01-2018 06:07 AM
08-01-2018 06:16 AM
Hi Prathik,
Unfortunately your suggestion does not work because when I run tcl command
create_ip_run [get_ips dbg_hub_CV]
the system cannot find this IP.
Thanks
Simon
08-02-2018 01:50 AM
Hello @simonh_bwt
I am not sure of what is being done in your design. If get_ips by default does not return IP names, probably you should check the presence of IP in your design. You can try project mode and check.
- Prathik
08-17-2018 04:11 AM
Hi Prathikm
Apologies for delay in reply.
Thanks for your suggestion.
In fact I have been running Vivado in project mode. The IP in question is the Xilinx ILA IP "dbg_hub_CV" which is part of your libraries.
This is why I am puzzled. Vivado 2017.2 does not work, Vivado 2016.4 does work. Same project data set, same trial, project mode.
Is this a bug in Vivado 2017.2 ?
08-20-2018 08:50 PM
I am moving this to Design Tools - Others section as this looks ILA specific debug needed.
Thanks
Prathik
-----------------------------------------------------------------------------------
Don't forget to reply, kudo, and mark the appropriate post as 'accept as solution'.
-----------------------------------------------------------------------------------