Generating IP core with TCL commands outside Platform Designer
Is it possible on Quartus to generate an IP core with TCL commands (no GUI)? With Vivado it’s very simple to echo TCL commands that generates the IP with parameter set, and then I can reuse them for generating the IP through a script, but with Quartus I’m really struggling to figure out how to do it. I just want to use IPs from the IP catalog (no custom IP) and generate the .qip and .vhd output files. I think, the solution should be outside the Platform Designer environment, since I want to instantiate single IPs and not a system.
Hi,
For Quartus Pro, use quartus_ipgenerate or ip-deploy check these links https://www.intel.com/content/www/us/en/docs/programmable/683609/24-2/generate-an-ip-component-or-system-with.html and https://www.intel.com/content/www/us/en/docs/programmable/683609/24-2/generate-an-ip-variation-file-with-ip-deploy.html
For Quartus Standard/Lite, use IP-Generate check links below:
https://www.intel.com/content/www/us/en/docs/programmable/683742/17-0/using-ip-generate-command.html
https://www.intel.com/content/www/us/en/support/programmable/articles/000077533.html
Thanks,
Regards,
Sheng