Verilog Code for echo on Serial Port

Hi,

I need a Verilog code for echoing back the bytes recieved on a serial port. I am using Xilinx Spartan-3 FPGA. Could anyone give me some simple code?

Thanks a lot in adavnce,

Prateek Singhal

Reply to
Prateek Singhal
Loading thread data ...

"Prateek Singhal" schrieb im Newsbeitrag news: snipped-for-privacy@g44g2000cwa.googlegroups.com...

yes, here it is:

assign TXD = RXD;

that should do it, works for all baudrates!!

--
Antti Lukats
http://www.xilant.com
Reply to
Antti Lukats

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.