Forum Discussion
Altera_Forum
Honored Contributor
12 years agoWaveform simulation
Hi all. I have tried this coding and it successful. I want to generate the waveform. But, it does not produce waveform at output port. Could someone tell me why it happens. Thanks in advance ...
Altera_Forum
Honored Contributor
12 years agoyou havent included "temporal" or counter on the waveform. temporal changes every 757 clocks, which is not shown on the waveform.
But it is bad practice to use a counter to generate a clock. Much better to generate a clock enable and clock the whole system at the source clock frequency.