Top level entity has multiple architectures. How to configure/select?
- 2 years ago
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.