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

platform designer generation

Gauthier_Auvray
New Contributor I
1,428 Views

Hi,

 

I would like to use the "generate tcl file for project" feature to be able to re-create and build a project on a CI system (the design uses Platform Designer).

1. I can generate the TCL file of the project with "Project-> Generate TCL File for Project"

2. In the generated TCL file I add .qsys file (platform designer), instead of .qip file

3. I can rebuild the project by sourcing the TCL file with quartus_sh

4. When I then start the compilation flow, Quartus first generates the Platform Designer system in the db folder. Then it fails indicating that the library does not contain the Platform Designer system

(see attached file)

 

What is the right way to do that?

 

Thanks,

 

Gauthier

 

0 Kudos
4 Replies
Gauthier_Auvray
New Contributor I
1,418 Views

Hello, after changer the IP settings HDL preference to VHDL it worked.

The next question is: how can we set this parameter in older Quartus version? (Quartus 12/13). It seems only accessible from QSYS tool.

 

Thanks,

 

Gauthier

0 Kudos
FvM
Honored Contributor II
1,415 Views

Hello,

by using VHDL instantiation syntax "entity <library>.<component>", you need IP components generated in VHDL.

Global parameter HDL_PREFERENCE has been introduced in Quartus 17 as far as I'm aware of. Most simple solution is probably to regenerate the IP HDL manually, chosing the respective language.

 

Regards,
Frank

Gauthier_Auvray
New Contributor I
1,407 Views

OK thanks! I will use explicit component declaration to instantiate verilog in VHDL file.

0 Kudos
ShengN_Intel
Employee
1,377 Views

I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, Feel free to open a new thread or 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.


0 Kudos
Reply