Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Your problem is most certainly not related to the board/hardware. Have you tried running your code in the emulator and see what happens? If you get the same incorrect results in the emulator, then there is some bug in your code. If the output is correct in the emulator, but incorrect on the board, then it might be caused by a bug in the compiler. --- Quote End --- Hi HRZ! i run it on the emulator, now i get the right results simply by move the double struct fields to the top.. i dont get it but ok