10-22-2020 08:22 PM
I have an xci file for an axi_interconnect IP block from an open source design but not the verilog module to include in RTL compiilation. How do I generate the module definition so I can use it for synthesis/simulation?
10-22-2020 11:45 PM
Hi @petemar
When regenerating the output products, you should be getting the stubs and necessary files for synthesis/implementation.
The design checkpoint (.dcp) contains the synthesized netlist in .edf form and stub, if needed.
Thanks,
-Pat
Give kudos if helpful. Accept as solution if it solves your problem.
https://tuxengineering.com/blog
10-22-2020 08:40 PM
Hi @petemar
Check the directory in which the output products of the IP are present.
10-22-2020 09:01 PM
10-22-2020 11:30 PM
Hi @petemar
Have you tried adding the .xci files to the project, and then generating the output products for them?
Thanks,
-Pat
Give kudos if helpful. Accept as solution if it solves your problem.
https://tuxengineering.com/blog
10-22-2020 11:40 PM
10-22-2020 11:45 PM
Hi @petemar
When regenerating the output products, you should be getting the stubs and necessary files for synthesis/implementation.
The design checkpoint (.dcp) contains the synthesized netlist in .edf form and stub, if needed.
Thanks,
-Pat
Give kudos if helpful. Accept as solution if it solves your problem.
https://tuxengineering.com/blog
10-23-2020 12:08 AM