Unverified Commit e5afd335 authored by Kunal-Buch's avatar Kunal-Buch Committed by GitHub
Browse files

Adding L2Cache Model - new sparta Unit (#114)



-> L2Cache can accept multiple requests from DCache and IL1.
-> Cache functional model used is SimpleDL1.
-> Configurable cache hit latency. 
-> Misses are forwarded to BIU and kept are tracked in the local buffer.
-> Miss to the pending cacheline is not sent out to BIU.
-> Backpressure handling for BIU credits.
-> make regress clean.

---------

Signed-off-by: default avatarKunal-Buch <145377279+Kunal-Buch@users.noreply.github.com>
Co-authored-by: default avatarKnute <56927209+klingaard@users.noreply.github.com>
parent 6fd189c5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment