Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHello Michael,
If bit 31 of the address is set the data cache won’t be used during this access. So if you read from 0x80000000 you will get the data from 0x00000000 (not 0x80000000) directly. Regards, niosIIuser