add AXI to AHB converter and more conformant HASTI RAM
This commit is contained in:
Submodule groundtest updated: 11b046a0bc...49b713c4fb
Submodule junctions updated: 7448c27267...7aaaa59d96
@ -118,6 +118,9 @@ class DefaultConfig extends Config (
|
|||||||
addrBits = Dump("MEM_ADDR_BITS", site(PAddrBits)),
|
addrBits = Dump("MEM_ADDR_BITS", site(PAddrBits)),
|
||||||
idBits = Dump("MEM_ID_BITS", site(MIFTagBits)))
|
idBits = Dump("MEM_ID_BITS", site(MIFTagBits)))
|
||||||
}
|
}
|
||||||
|
case HastiKey => HastiParameters(
|
||||||
|
dataBits = site(XLen),
|
||||||
|
addrBits = site(PAddrBits))
|
||||||
//Params used by all caches
|
//Params used by all caches
|
||||||
case NSets => findBy(CacheName)
|
case NSets => findBy(CacheName)
|
||||||
case NWays => findBy(CacheName)
|
case NWays => findBy(CacheName)
|
||||||
|
2
uncore
2
uncore
Submodule uncore updated: 8e21cc781f...f236b5fa0d
Reference in New Issue
Block a user