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

@ -9,7 +9,7 @@ class Tile(resetSignal: Bool = null)(implicit conf: RocketConfiguration) extends
{
val io = new Bundle {
val tilelink = new ioTileLink
val host = new ioHTIF
val host = new ioHTIF(conf.ntiles)
}
val cpu = new rocketProc