Forum Discussion
Altera_Forum
Honored Contributor
11 years agoyou still need logic_function as the top level, it must always be an entity at the top level to connect the pins. You then define the behaviour with the architecture, not the entity. so you would have multiple architectures for the same entity with different behaviours.
Honestly, configurations are hardly ever used. Many companies only allow 1 architecture per entity - if you want different behaviour define another entity.