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

@ -55,7 +55,7 @@ class rocketDpathBTB(entries: Int) extends Component
class ioDpathPCR(implicit conf: RocketConfiguration) extends Bundle
{
val host = new ioHTIF
val host = new ioHTIF(conf.ntiles)
val r = new ioReadPort();
val w = new ioWritePort();