This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM6437 cache display in CCS

Anonymous
Anonymous

Hi,

 

I would like to ask some questions on memory/cache content display in CCS.

 

In the memory view window of CCS 3.3, there are three check boxes: L1D cache, L1P cache and L2 cache.

 

I have found the ticking option interesting:

 

 

 

I simply used the logic notation to denote their relationship above: if you check any L1 (either program or data) cache, L2 is automatically selected; if you uncheck L2, both L1P and L1D cache are unchecked.

 

So what does this actually suggest? Does it has any relationship with

1.    Write-back / write-through

2.    Write-allocate / no-write-allocate strategy?

 

 

 

Zheng