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 @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>.qsys
what is the difference between these two commands? Do we need to use both to generate the IP core? Pl. suggest.
Thanks,
Sunil
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