1
0

Groundwork for assoc cache implementation

This commit is contained in:
Henry Cook
2012-01-13 15:55:56 -08:00
parent 07f184df2f
commit 7e25749581
4 changed files with 31 additions and 17 deletions

View File

@ -45,6 +45,11 @@ class ioDCacheDM extends Bundle() {
val mem = new ioDcache().flip();
}
class ioDCacheHella extends Bundle() {
val cpu = new ioDmem();
val mem = new ioDcache().flip();
}
class rocketDCacheStoreGen extends Component {
val io = new Bundle {
val req_type = Bits(3, INPUT);