vlsifacts.com
Module Instantiation in Verilog
A module provides a template from which you can create actual objects. When a module is invoked, Verilog creates a unique object from the template. Each object has its own name, variables, paramete…