FPGA CW Keyer (7)

cwkeyer

Not perfect, but usable. How can I change the speed? It is easy. Just edit the source code and re-compile.

parameter DOT_PERIOD = 5000000;

sidetone

A sidetone oscillator is included.

assign OUT_SOUND = ( OUT_KEY && (sound > SOUND_PERIOD/2) )? 1'b1 : 1'b0;

Leave a Reply

Your email address will not be published. Required fields are marked *