- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have to compile 2 product qsf revision variants of the same design including a qsys system, on different devices so this is required when building from within the Quartus GUI).
This is my current script command:
qsys-generate Qsys.qsys --synthesis=VERILOG --family="Stratix 10" --part=1SG110...
and I know I can use qsys-script to process tcl command, trouble is I cannot find a reference of available commands.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You may refer to the Intel® Quartus® Prime Standard Edition User Guide Platform Designer and the reference command locate at the subtitle 6.6 "Generate a Platform Designer System with qsys-script".
The link below is the User Guide as mentioned above:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-qps-platform-designer.pdf
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the link.
For the record and in the end, I used "sed" to do a global replacement of the device id in the qsys and all .ip files in my system before calling qsys-generate. Pretty straightforward and it works.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page