Forum Discussion
Altera_Forum
Honored Contributor
16 years agolooks like in Settings => EDA Simulation => Test Bench name does not match your test bench's name (fields 1 and 2 should be the same).
in your test bench file you instantiate: dsp1_if_block dsp1_inst( while it should be : dsp1_if dsp1_inst( in the above instantiation you have some extra ports that aren't actually in dsp1_if which ModelSim will complain about once you fix the other stuff.