Altera_Forum
Honored Contributor
15 years agoNew to FPGA - Question...?
Hello,
I am new to Altera, FPGA and Verilog, however do have expirience programming TI TMS DSPs. How would you recommend starting the following basic design: I am looking to read a digital variable frequency square wave signal(200-1000Hz), count the number of clock cycles during each edge of the square wave, store this result in a register, then have a DSP read this result over a parallel bus? Any suggestions would be welcome? Should I code it all in Verilog or use some of the Megafuntions like latch etc..?