Altera_Forum
Honored Contributor
18 years agoSimulation: Self Checking TestBench
Hi all,
Is it possible to simulate a self checking testbench in Quartus. For example, Say my DUT is a multiplier, I want to input data: Random 1, data: Random2 and check if the DUT output is == to Random1 X Random2 in my testbench. Can this be done with out using the waveform format. Most Altera documents talk about inputting stimulus in waveform format. Is there a wave to input stimulus in text format. Help me with this. Using Modelsim for this kind of simulation prevent me from using Altera's Megafunctions, is there any way around it?