davide-prandelli
New Contributor
1 year agoGenerating 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 ...
- 1 year ago
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