1
0

rejigger htif to use UncoreConfiguration

This commit is contained in:
Andrew Waterman
2012-10-18 17:26:03 -07:00
parent e2eb7ce8e9
commit 5773cbb68a
6 changed files with 17 additions and 14 deletions

View File

@ -8,7 +8,7 @@ import hwacha._
class ioDpathAll(implicit conf: RocketConfiguration) extends Bundle
{
val host = new ioHTIF
val host = new ioHTIF(conf.ntiles)
val ctrl = new ioCtrlDpath().flip
val dmem = new ioHellaCache
val dtlb = new ioDTLB_CPU_req_bundle().asOutput()