morse code

A

a.h e.j

Guest
hello every one
i want to wtite morse code in verilog in modelsim and just simulation
for rx and tx
how can i write it?
thanks
 
On 13/04/2014 10:59, a.h e.j wrote:
hello every one
i want to wtite morse code in verilog in modelsim and just simulation
for rx and tx
how can i write it?
thanks

Not in Verilog but this might help a small bit:

http://www.ht-lab.com/freecores/morse/morsetx.html

Hans
www.ht-lab.com
 
HT-Lab wrote:
On 13/04/2014 10:59, a.h e.j wrote:
hello every one
i want to wtite morse code in verilog in modelsim and just simulation
for rx and tx
how can i write it?
thanks

Not in Verilog but this might help a small bit:

http://www.ht-lab.com/freecores/morse/morsetx.html

Hans
www.ht-lab.com

I've used a subset of Morse code to reduce the number of
status LED's in one design. In that case I only needed to
transmit, and only characters 0-9 and A-F. However the
transmit is the easy part. Receiving Morse code requires
something like auto-baud detect, and if you don't want to
miss the beginning of a message you'll need storage for
the parts that came in before you determined the dot rate.
Machine-generated morse code would be easier to receive
than hand-generated morse.

If this is only for simulation, you might want to look for
C programs that do this. Perhaps the ARRL has something
like you want.

--
Gabor
 

Welcome to EDABoard.com

Sponsor

Back
Top