Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- The tip from "tricky" without the component specification works also. And it makes it even better in my eyes (no redundant specification). --- Quote End --- The great thing about this method is you dont have to wait until synthesis to find theres a missmatch between the component and the entity declaration; the compiler will pick it up really quick. Its quite easy to modify an entity and forget to update the component declaration - especially when you use it in several different files.