Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
--- Quote Start --- Is there an easier way to measure clock freq in modelsim instead of using cursers and a hand calculator? --- Quote End --- VHDL can measure time, eg., you can wait for the rising-edge of a clock and save the time, then wait for the next edge, and calculate a time difference, or there are functions to request the last event. Look for signal attributes. Verilog probably has similar system functions. Cheers, Dave