Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI'm using Windows7 and I'm printing them using
printf("A: %lx", A); both in kernel and on host. Edit: Thanks for pointing out the printf function - I should use %llx instead of %lx (although getting an aoc warning).​ Everything works as it should be.