Forum Discussion
Altera_Forum
Honored Contributor
8 years agoit is the same as QuartusPenguin suggested in his first post:
--- Quote Start --- "The top level name used in the .do is taken from the settings for the Testbench, Name (just a name), Top level module in test bench (entity name of testbench), Design instance (instance name of UUT)." --- Quote End --- top level module in test bench = ENTITY NAME OF TESTBENCH (in case of VHDL). (If you're automativally generating testbenches with Quartus Prime's Testbench Writer then it is 'your-design-name_vhd_tst'). Again top level module in test bench is not entity name of top module (i.e. your design), it is the name of the testbench entity specified in your testbench file.