Forum Discussion
Altera_Forum
Honored Contributor
14 years agoTry this in your code somewhere:
process begin wait for 10 us; assert false report "Simulation complete!" severity failure; end process; This process will end your simulation after 10 us. See if the message shows up somewhere. If not, try to learn to use Modelsim. Its a much nicer simulation tool. Cheers, Dave