Altera_Forum
Honored Contributor
15 years agoModelsim: top module not testbench
Hi. I was trying to run the simulation using native link method. When the modelsim in simulation mode, the top module always is the design module instead of testbench.
in the .do file, vsim -t 1ps -L altera_ver -L lpm_ver -L sgate_ver -L altera_mf_ver -L cycloneiii_ver -L rtl_work -L work -voptargs="+acc" FIR_Signal_Storage_RAM, i try to change it to ... FIR_Signal_Storage_RAM_tb but in vain. Whenever, i click run eda RTL simulation, it will automatically change it to FIR_Signal_Storage_RAM. How to correct it? thanks