openpiton icon indicating copy to clipboard operation
openpiton copied to clipboard

cache coherency

Open jasonzzzzzzz opened this issue 4 years ago • 2 comments

Hi, I am implement a directory based cache coherency protocol in RTL. I saw OpenPiton github mainpage says the RTL version of cache coherency in OpenPiton is still under developement. I am wondering if there is any updates? or what information/codes I could refer in OpenPiton for my project? Thanks a lot.

jasonzzzzzzz avatar Mar 20 '21 09:03 jasonzzzzzzz

The coherence protocol isn't undergoing any really significant changes. It's been mostly static since the OpenPiton+Ariane release. You can see some documentation on openpiton.org in the microarch spec (though it lacks some details about the RISC-V specific changes). There may still be some other updates that come in future, of course

Jbalkind avatar Apr 05 '21 22:04 Jbalkind

Hi @jasonzzzzzzz as you have said in above that you have implemented directory based cache coherence protocol in Open piton RTL. So can you please assist me few files so that I could able to figure it out the required files to design Cache coherence Monitor. Thanks

avinash91231 avatar Aug 29 '23 07:08 avinash91231