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.

sending messages in uart from fpga

Status
Not open for further replies.

nesta

Junior Member level 2
Joined
Feb 19, 2010
Messages
20
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,466
Hi VhdlExperts,

I have implemented a design in simulator and it works perfectly fine, however when i synthesize
in fpga i dont see any output. So im not sure how to debug this black box. I have used the
led method but its very difficult for me to read all outputs just with leds. so i have
resorted on using a uart to send the debug messages from fpga to Pc connected via hyperterminal.

Now i m stuck at how to send my std_logic_vector outputs on uart, so that i can read on the pc to verify the values.
Do i need to convert the std_logic_vector to ascii and then transmit.

for example if i want to send a std vector "001001" from fpga to the PC hyperterminal how do i do it:
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top