01-05-2006 02:52 AM
01-12-2006 11:16 PM
Hi
Parallel loops run in parallel. Since these are both SCTL I can guarantee that there are no shared resources and each loop should behave completely independent of the other. What exactly is the "strange" behavior?
Just guessing, there are multiple cycles of latency between FIFOs. Meaning if I write to a FIFO on the first iteration that data may not be available to read from the FIFO until up to 6 clock cycles in this case. You need to monitor the empty and full flags to validate his data.
Can send some screenshots of your code and explain the strange behavior in a little more detail?
Thanks
Jerry