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,
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,