Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17159 Discussions

Command to know the qsys version

VGopa7
Beginner
1,161 Views

Hi, 
What is the command to know the qsys version in platform designer?

Thanks

Labels (1)
0 Kudos
5 Replies
sstrell
Honored Contributor III
1,146 Views

Not sure what you are referring to.  Platform Designer is always the same version as the version of Quartus you're using.

0 Kudos
VGopa7
Beginner
1,127 Views

Hi

Actually we use this below tcl command in our qsys tcl script

package require -exact qsys 18.1
 
Is it mandatory to mention the same version of quartus pro which we are using?
What if there is any mismatch in the version ?
 
Thanks
0 Kudos
sstrell
Honored Contributor III
1,093 Views

So that command is usually in the _hw.tcl file for a component, usually a custom component.  It means that that component was originally created in 18.1 but it will work with newer versions of Quartus.  It's a version check.

If there is a mismatch, as long as the version in use is newer (>18.1) it will be fine.  The tool checks to see if there is a newer version of a component and if there is, the upgrade IP dialog box appears when you open the project in the newer version of the software, giving you the option to update.

But if there is no newer version of the IP, then it's fine as is.

0 Kudos
SyafieqS
Employee
1,065 Views

Let me know if there is any update


0 Kudos
SyafieqS
Employee
982 Views

As we do not receive any response from you on the previous question/reply/answer that we have provided. Please login to https://supporttickets.intel.com/, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution, give Kudos and rate 5/5 survey


0 Kudos
Reply