Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
It depends on the "configuration".
The VHDL "configuration" keyword allows you to select which architecture is used by which entity. One other possibility is at instantiation, instead of just using the entity name, use entityname.architchecturename - Altera_Forum
Honored Contributor
When you instantiate the entity, you also specify which behavioral architecture should be used:
instantiation_label : entity entity_label(architecture_identifier) port map (...) - Altera_Forum
Honored Contributor
Thank you very much for your help