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

Top level entity has multiple architectures. How to configure/select?

c-thaler
New Contributor I
3,069 Views

I have a Quartus VHDL project that I use for trial synthesis, just to get a quick overview of timing and resource usage.


Is there a way in Quartus to select/configure the architecture for the top level entity in a VHDL project?

Or do I have to remove the unused architecture files? (Architecture and entity descriptions are in separate files.)

Labels (1)
0 Kudos
1 Solution
SyafieqS
Employee
3,037 Views

Is there a way in Quartus to select/configure the architecture for the top level entity in a VHDL project?

- I would say NO, In Quartus, the architecture for the top-level entity in a VHDL project is determined by the synthesis and optimization processes rather than through explicit configuration within the software itself. Therefore, there is no direct way to select or configure the architecture for the top-level entity in Quartus.


Or do I have to remove the unused architecture files? (Architecture and entity descriptions are in separate files.)

- If you have multiple architecture files for the top-level entity in your project, Quartus will analyze and synthesize each architecture separately. It will then choose the one that best meets the design requirements and constraints.


View solution in original post

0 Kudos
4 Replies
SyafieqS
Employee
3,038 Views

Is there a way in Quartus to select/configure the architecture for the top level entity in a VHDL project?

- I would say NO, In Quartus, the architecture for the top-level entity in a VHDL project is determined by the synthesis and optimization processes rather than through explicit configuration within the software itself. Therefore, there is no direct way to select or configure the architecture for the top-level entity in Quartus.


Or do I have to remove the unused architecture files? (Architecture and entity descriptions are in separate files.)

- If you have multiple architecture files for the top-level entity in your project, Quartus will analyze and synthesize each architecture separately. It will then choose the one that best meets the design requirements and constraints.


0 Kudos
ShengN_Intel
Employee
2,998 Views

Hi,


Any further update or concern?


Thanks,

Best Regards,

Sheng


0 Kudos
c-thaler
New Contributor I
2,989 Views

I will move the architectures to separate files then and include only one of them in my project.

 

Thanks!

0 Kudos
SyafieqS
Employee
2,955 Views

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