Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- A colleague of mine was able write 64bits at once using the HWLib and the Socal.h library from userspace, but I those seem to be designed for userspace only. I'll try to manipulate the fn_mod registers, though from the documentation I gathered that the merging should be enabled by default. --- Quote End --- Here's a question-- is memcpy_toio limited to 32-bits due to it's interaction with the AXI bus? Why not try abstracting as a long int and doing a direct memory write to test? EDIT: fixed type