How to Include Multiple modules in One Large Module

S

Sridhar_Gadda

Guest
Hello,

I have several module of individual blocks and would like to
combine all modules in one large module.

Should I have to include individual verilog flies in large module ??

Thanks in advance

Sridhar
 
What do you mean by "combine all modules in one large module"? Is it
instantiation of modules in top level module or combining the code?

If it is instantiation, you do not need to include individual verilog
files. But you have to specify these files on command line while
running simulation/synthesis. (Look tool documentation for more
information).
 

Welcome to EDABoard.com

Sponsor

Back
Top