Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12603 Discussions

IOWR Macro to access 64-bit QDRII

Altera_Forum
Honored Contributor II
1,169 Views

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 qdrii and 64-bit qdrii writes to 72-bit afi 

 

Thanks, 

Carid
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
373 Views

Just a guess: I know that there is IORD_32DIRECT(), maybe such macro for 64bits? :)

0 Kudos
Altera_Forum
Honored Contributor II
373 Views

The 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.

0 Kudos
Reply