To instantiate a VHDL design unit in a Verilog design, do the following:
- Declare a module name with the same as name as the VHDL entity that you want to instantiate (optionally followed by an architecture name).
- Perform a normal Verilog instantiation.