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++

64Bit processer access

Altera_Forum
Honored Contributor II
999 Views

Hi all, 

 

If i have 64 bit slave component then it is possible to accses from NIOS using IOWR_64DIRECT same \for read..? 

 

Thaks in advance 

 

Regards 

DG
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
275 Views

The CPU is limited to a 32 bit access, so you'll have to do two 32 bit reads/writes. They will probably be seen as two accesses by your slave, even if it is on a 64 bit bus.

0 Kudos
Reply