E310/HDL Coder - How can I design a model where the ARM application individually requests frames of samples from the E310 Receiver/FPGA?
Show older comments
As the title states, I'm trying to start with a simple model where an ARM application (System Object) may signal the FPGA to request a single frame/vector of data. I'm working with Simulink. Streaming data by choosing AXI-Stream as the interface in the HDL Workflow Advisor is straightforward enough, but that isn't what I'm going for.
For an example, the FPGA would be configured to compute an FFT for N samples. I'd like for the ARM application to signal once to request the E310 to capture N samples, then for the FPGA to compute the FFT and then perform a transfer of the FFT back to the ARM.
It doesn't have to be these particular operations, just trying to get an idea for what the architecture/relevant blocks or calls might be.
Thanks in advance for your help!
Accepted Answer
More Answers (0)
Categories
Find more on HDL Code Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!