Forum Discussion
Creating IO PLL component using command line mode
- 3 years ago
Hi Sunil,
For reminder next time, please help to 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. So that we can support this case further for your ease.
Regarding the two commands:
To execute a TCL script that instantiates the IP and sets desired parameters: ➢ qsys-script –script=.tcl
This will require a .tcl script to instantiates the IP and sets desired parameters without the use of the GUI to select or set the parameters from the IP catalogue.
To generate the IP core variation: ➢ qsys-generate .qsys
This will generate a .qsys file, and is the same as if you use the "Generate HDL" in the Platform Designer.
Hi,
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.
- G_Sunil_Kumar3 years ago
New Contributor
Hi @EBERLAZARE_I_Intel ,
As per the Platform designer - user guide doc, I see the following steps to parameterize and generate an IP core at command-line.
1. Run qsys-script to start a Tcl script that instantiates the IP and sets parameters:
qsys-script --script=<script_file>.tcl
2. Run qsys-generate to generate the IP core variation:
qsys-generate <IP variation file>.qsyswhat is the difference between these two commands? Do we need to use both to generate the IP core? Pl. suggest.
Thanks,
Sunil
- EBERLAZARE_I_Intel3 years ago
Regular Contributor
Hi Sunil,
For reminder next time, please help to 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. So that we can support this case further for your ease.
Regarding the two commands:
To execute a TCL script that instantiates the IP and sets desired parameters: ➢ qsys-script –script=.tcl
This will require a .tcl script to instantiates the IP and sets desired parameters without the use of the GUI to select or set the parameters from the IP catalogue.
To generate the IP core variation: ➢ qsys-generate .qsys
This will generate a .qsys file, and is the same as if you use the "Generate HDL" in the Platform Designer.
- G_Sunil_Kumar3 years ago
New Contributor