Hi All,
Here is a description of what I am trying to do. Please provide any pointers/ref designs or suggestions that will help me complete the design.
1. I have a complex design in System Generator for a Wireless Radio pipeline. This design requires a binary stream of data typically tens of Megabit to configure the design and also contain the data that need to be transmitted over the air using the radio pipeline.
2. This binary configuration data is generated by a C program which I intend to run on the Arm core.
Basically, I want the C program to write a bunch of bits in a FIFO that resides in the PL and the system generator design will pick it up from there and do its thing (this part is done).
In the past I have compiled the sysgen design to the target fpga and then use the .ngc file to instantiate in the top-level HDL and use ISE toolchain to generate the bit file.
For this case I think I will have to use XPS to include the radio design as a peripheral or custom IP and then use the AXI interface to talk to that. Does anybody has any idea how can I accomplish this, that is the interfacing of the sysgen design to the processor subsystem. Any ref designs would be very helpful.
Any pointers are greatly appreciated.
Thanks
-Aveek