Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
If I get your question correctly, I hope you have many modules and you want to connect them. Then you have to instantiate (something similar to function call in C) the individual modules within a new module (module_top). For example if you want to create a 4 bit adder (module_top), you instantiate 4 single bit adders.