Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- At the software level, yes. NIOS II is a 32 bit CPU, it has no instructions to read or write 64 bits at once. And it's only available with a 32 bit interface, anyway. --- Quote End --- Ok I see the point, but I have a lot of data in hex 64-bit format, so now I have to convert it to binary and split into 32bit vectors and then go to hex, am I right? Is it possible to send binary vector using IOWR? Thanks