Forum Discussion
Altera_Forum
Honored Contributor
8 years agoDefparam is explicitly forbidden in the Modelsim User Manual for instantiating VHDL inside a Verilog testbench:
--- Quote Start --- Generic Associations Generic associations are provided via the module instance parameter value list. List the values in the same order that the generics appear in the entity. Parameter assignment to generics is not case sensitive. The defparam statement is not allowed for setting generic values. --- Quote End ---