Forum Discussion
Altera_Forum
Honored Contributor
8 years agoInstantiate VHDL Generics with Verilog code (for testbench)
Hello everybody. When I instanciate inputs and outpus of a verilog code with verilog testbench I use following structure: name_modu...
Altera_Forum
Honored Contributor
8 years agoHi,
Just use the normal verilog method
<module_name>
# ( <verilog parameters/vhdl generics> )
<instance_name> (
);
You don't need to use defparam.