Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
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.
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 DGThe 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.