Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIOWR Macro to access 64-bit QDRII
32-bit Nios II is intended to access a 64-bit QDRII using IOWR and IORD macros. Can anyone tell me how should I do this? Noticed that now the access is as such:- 32-bit nios ii writes to 64-bit qd...
Altera_Forum
Honored Contributor
15 years agoThe Nios CPU always sees its data space as 32 bits so a 64-bits read/write operation will have to be split up into two 32-bit operations.