1
0

add AXI to AHB converter and more conformant HASTI RAM

This commit is contained in:
Howard Mao
2016-04-28 18:56:27 -07:00
parent a875eb9c31
commit 3b0e9167fa
4 changed files with 6 additions and 3 deletions

View File

@ -118,6 +118,9 @@ class DefaultConfig extends Config (
addrBits = Dump("MEM_ADDR_BITS", site(PAddrBits)),
idBits = Dump("MEM_ID_BITS", site(MIFTagBits)))
}
case HastiKey => HastiParameters(
dataBits = site(XLen),
addrBits = site(PAddrBits))
//Params used by all caches
case NSets => findBy(CacheName)
case NWays => findBy(CacheName)

2
uncore

Submodule uncore updated: 8e21cc781f...f236b5fa0d