Verilog Code for echo on Serial Port

P

Prateek Singhal

Guest
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
 
"Prateek Singhal" <singhal.prateek@gmail.com> schrieb im Newsbeitrag
news:1136993352.093400.28470@g44g2000cwa.googlegroups.com...
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
yes, here it is:

assign TXD = RXD;

that should do it, works for all baudrates!!

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

Welcome to EDABoard.com

Sponsor

Back
Top