Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21325 Discussions

How to connect more module

Altera_Forum
Honored Contributor II
1,013 Views

Hello...please someone tell me how to connect more modules verilog, I have no idea how to do....thanks

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
270 Views

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.

0 Kudos
Reply