I am using EDK 14.1 and a Spartan-6 FPGA (potentially changing FPGAs in the future to the Artix 7 or Kintex 7). I am trying to figure out a way that I could output the data from the MicroBlaze to a VHDL module and also the reverse transfer. This way I can capture the data, use it in some calculations, and then also pass it back to the MicroBlaze for further use.
I am new to Embedded Design and MicroBlaze, so any help that anyone may have would be greatly appreciated. If anyone has other options for transferring data between the MicroBlaze and my VHDL modules, I am looking for something that would allow me to transfer data using a 32- bit wide bus at the fastest speed the FPGA will allow me to clock at.
- Robert