rvds

Strange RVDS bug

I have a RVDS project for a certain video decoder (its all C code), created for ARM926EJ-S target, executed using the RVDS 2.2 simulator. I am not using any scatterload / <configuration file> / <map file> to mention the various memory segments in the code like Stack segment, Heap, Data segment, Code Segment for RVDS Simulator environment...

RVDS cache hit/miss

Hi I am using RVDS 4.0 I am running my code ARM926EJ-S RVISS core simulator. Can anyone tell me is it possible to detect cache hit/ miss in simulator ? If so how to find cache hit/miss in simulator? Regards, Manish ...