Forum Discussion
Altera_Forum
Honored Contributor
9 years agoYou dont need to use interfaces at all. Modules contain other modules or interfaces. Interfaces just define a behaviour of a bus, and in real designs you dont need to use them at all.
If you have a behaviour that needs to go into an FPGA, use modules. And instantiate modules inside modules.Interfaces just complicate things.