Fixed cache params. Asm and bmark tests pass.
This commit is contained in:
parent
910c886837
commit
1563c1bb36
@ -310,7 +310,7 @@ class Top extends Module {
|
|||||||
//val vic = ICacheConfig(sets = 128, assoc = 1, tl = tl, as = as, btb = BTBConfig(as, 8))
|
//val vic = ICacheConfig(sets = 128, assoc = 1, tl = tl, as = as, btb = BTBConfig(as, 8))
|
||||||
//val hc = hwacha.HwachaConfiguration(as, vic, dc, 8, 256, ndtlb = 8, nptlb = 2)
|
//val hc = hwacha.HwachaConfiguration(as, vic, dc, 8, 256, ndtlb = 8, nptlb = 2)
|
||||||
|
|
||||||
val nTiles = params(NTiles)
|
val nTiles = params[Int]("NTILES")
|
||||||
val io = new VLSITopIO
|
val io = new VLSITopIO
|
||||||
|
|
||||||
val tl: PartialFunction[Any,Any] = params(TileLinkL1Params) //TODO PARAMS can't lookup in map() below?
|
val tl: PartialFunction[Any,Any] = params(TileLinkL1Params) //TODO PARAMS can't lookup in map() below?
|
||||||
|
2
uncore
2
uncore
@ -1 +1 @@
|
|||||||
Subproject commit 041a1ec127634413314bc9d6241fd12860950e70
|
Subproject commit 37fdf25582b9c0ef48dceecb76416c955f0bc81e
|
Loading…
Reference in New Issue
Block a user