Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- To remove jitter you'll need to ensure that the instructions take the same time each time thay are exectuted. The dynamic branch prediction will scupper this. As will any contention on the Avalon MM slave device. (Even assuming there are no cacahe delays.) You also need to check the assembler generated by the compiler to ensure the first loop iteration isn't coded separately. --- Quote End --- Thanks a lot! I can not understant totally.I don't know about the dynamic branch prediction. And you said checking the assembler generated by the complier to ensure the first loop iteration isn't coded separately. During my design there only have one peripheral,I don't understand the first loop iteration's meaning. Best regards!