03-25-2020 06:51 AM
Hello,
I currently have a block design with an RTL module as part of the design. I also have a MicroBlaze processor in the design. I would like to be able to read data from an output of the RTL module from the MicroBlaze so I can access the data in a C program running on the MicroBlaze. Here is the basic data path (shown in red) I'm trying to implement in the block diagram:
What is the standard approach to accomplish this?
Thank you
03-25-2020 06:56 AM
I am reading UG1119 now as I've read that this is the easiest way to accomplish my goal.
03-25-2020 01:27 PM
03-25-2020 01:33 PM
Thank you. I actually came up with a different solution that works for what I'm trying to do. I just added AXI_GPIO modules and connected them to my RTL modules. I tested on my development board and it that approach seems to work fine for my needs.