Forum Discussion
Altera_Forum
Honored Contributor
21 years agoData Cache
I was looking at the documentation, and found that address bit 31 is used to determine cache and non-cachable memory. When bit 31 is low is the memory/IO cachable, or is it non-cachable? Didn't...
Altera_Forum
Honored Contributor
21 years agoJust a thought that BadOmen might be able to answer,
Why not have the facility to specify non zero based memory. Then with the addition of a write through location zero exception you'd be able to detect and trap misbehaving code that accidentally accesses location zero? Maybe not a necessary feature on perfect code but something useful I've found on other embedded processors such as Fujitsu F2C series. Regards...