Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

verilog, rs232 btw PC and FPGA

Status
Not open for further replies.

ayo213

Newbie level 5
Joined
Feb 7, 2007
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,355
rs232 verilog

am trying to create an rs232 serial interface btw an FPGA and a pc. using verilog on xlinx. how do i set up xlinx in order to use verlog? and how do i create an rs232?
 

verilog rs232

You need two things:
1. RS-232 transceiver - IC which translates the levels of CMOS/TTL to RS-232. for example MAX3232 - MAXIM
2. In your FPGA you should have a UART block. You may get from OPENCORE.org
 

verilog+rs232

It is not hard to program your device by interfacing with RS232.
First of all, i agree wat KHaila has commented you.
if you want to learn more you can do some research on UART (Universal Asynchronous Transmitter/ Receiver).
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top