Forum Discussion
Altera_Forum
Honored Contributor
15 years agoOk I've done, the problem was in the configuration of the TestBench.
You must set on setting / Simulator /Test Bench: - Name: a name that you want for your test bench (can be anything) - Top Level Module: the name of the Entity of the Test Bench - Design instance name in test bench: the name of the declarated component (in my case was uut) - of course you've to add your test bench file under file name: (brouse it) in my case was tb_top.vhd Hope it helps someonelse