This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C66x DMA simulation, data in and data out

Howdy Forum,

My goal is to to do cycle-accurate simulation of data coming in over DMA, performing some DSPLIB function on the data (say complex multiply), and then sending the data back out via DMA.  Questions:

  1. Are there any examples similar to this already?
  2. Is there an easy way to provide input data to be simulated as coming in via DMA at some specified rate?  In the past, I've created a static var, and then populated, but I'm curious if there's a better way.
  3. Is there an easy way to provide access to the output data besides printf-ing it to the console?  I'm currently doing this in a form that's convenient for copying into MATLAB, but once again, curious if there's a better way.
Thanks!
Jim