USART

I

itaybz

Guest
I have written a code in Verilog which control sending and receiving
data. It contains a data bus of 8 parallel bits. This bus is
bi-direcational, which means it transmite and receive data on the same
bus.(transceiver).
I need a code that is wriiten in Verilog that defines "UART". This
UART is supposed to translate the 8 parallel bits of data into 2
serial bus for transmitting and receiving data.


Please, if any of you have this code it will be very helpfull.
You can send me the code directly to: Itaybz@hotmail.com
 
itaybz@hotmail.com (itaybz) wrote in message news:<c29ef592.0404050318.48f23ac9@posting.google.com>...
I have written a code in Verilog which control sending and receiving
data. It contains a data bus of 8 parallel bits. This bus is
bi-direcational, which means it transmite and receive data on the same
bus.(transceiver).
I need a code that is wriiten in Verilog that defines "UART". This
UART is supposed to translate the 8 parallel bits of data into 2
serial bus for transmitting and receiving data.
You need to be a LOT more specific about your homework requirements.
For example, does the data shift out MSB first or LSB first? If the
serial link is bidirectional, what's the mechanism to control the
direction?

Please, if any of you have this code it will be very helpfull.
Serial ports are simple, and you can probably find examples in any one
of the Verilog textbooks.

You can send me the code directly to: Itaybz@hotmail.com
Ask in newsgroup, get response in newsgroup.

-a
 

Welcome to EDABoard.com

Sponsor

Back
Top