Forum Discussion
Altera_Forum
Honored Contributor
15 years agoProblem with Compiler Optimization
Hi, I am designing a Hardware Accelerator for IDCT which requires 17 inputs. I am writing into the 17 registers with the last register a control register which starts the hardware accelerator F...
Altera_Forum
Honored Contributor
15 years agoThe compiler should be generating the memory transfers in the expected order (regardless of the optimisation level).
I suspect (as is common) you've forgetten to bypass the data cache.