Forum Discussion
Altera_Forum
Honored Contributor
15 years agoprintf is expecting 32-bit integers. I guess that what is displayed is first the low 32 bits of new_t, and then the high 32 bits.
printf is expecting 32-bit integers. I guess that what is displayed is first the low 32 bits of new_t, and then the high 32 bits.