Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

How to connect more module

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

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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.