Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHow to run counter program in modelsim?
I am running following counter program without test bench. But in modelsim, i am not getting any signals. Please anyone share me counter examples program rar. I want to run counter program eit...
Altera_Forum
Honored Contributor
8 years agoHi,
You need to write a testbench for the counter design to simulate it. Another option is to manually force the inputs in ModelSim, select the signal and right-click. Then select force.. to drive values to inputs, select Clock to define clock waveforms. After forcing the 1st set of inputs, run the simulation for a minimum period of time.