openhwgroup / cv-hpdcache

RTL sources of the High-Performance L1 Dcache (HPDcache) for OpenHW CV cores
Other
58 stars 18 forks source link

[Document] The section explaining PLRU seems incomplete #34

Open khandelwaltanuj opened 1 week ago

khandelwaltanuj commented 1 week ago

Hi @cfuguet

It seems that the section which explains PLRU algorithm (https://github.com/openhwgroup/cv-hpdcache/blob/master/docs/source/architecture.rst#replacement-policy) does not take into account the write policy. As per my understading PLRU behves differently in the case of write back or write through policy.

Can you please take a look at it ?

Regards Tanuj Khandelwal

cfuguet commented 1 week ago

Hello @khandelwaltanuj,

Yes, I've not taken yet the time to update the documentation regarding the addition of the write-back policy.

I will do it in the following weeks.

Regards,

César