1
0

[groundtest] runs tests with new coreplex and top

This commit is contained in:
Henry Cook
2016-11-16 17:05:53 -08:00
parent 24e3216fcf
commit 75d4347192
4 changed files with 61 additions and 3 deletions

View File

@ -109,7 +109,7 @@ class GroundTestTile(implicit val p: Parameters) extends LazyModule with HasGrou
val cachedOut = TLOutputNode()
val uncachedOut = TLOutputNode()
cachedOut := dcache.node
uncachedOut := ucLegacy.node
uncachedOut := TLHintHandler()(ucLegacy.node)
val masterNodes = List(cachedOut, uncachedOut)
lazy val module = new LazyModuleImp(this) {