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.

microblaze uart and vhdl code

Status
Not open for further replies.

rody786

Newbie level 2
Joined
Sep 27, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,294
Dear all,

I want to include a microblaze as a component in a top level VHDL code.

microblaze will do two things:
1- I'll use its UART to in and out the program data through hyperterminal
2- It will control partial reconfiguration.

For the first purpose I didn't know how to communicate between the data in from UART and other VHDL components.

For example : if I had a component which entity has two input ports and one output port, how to do port map to get the data of input port from UART and out the data of the output port on the hyperterminal through UART

Thanks,
 

Do you want to communicate with the Microblaze through the UART, or your VHDL logic? It's not clear which you want to do. Architecturally they are different.
 

I need to send data to VHDL code via the microblaze UART
 

Hi, did you see UG744? That's exactly what you want to do.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top