1
0

nTiles -> nClients in LogicalNetworkConfig

This commit is contained in:
Henry Cook
2013-02-28 21:03:37 -08:00
parent ea9d0b771e
commit 6d2541aced
5 changed files with 14 additions and 14 deletions

View File

@ -104,7 +104,7 @@ object PCR
class PCR(implicit conf: RocketConfiguration) extends Component
{
val io = new Bundle {
val host = new HTIFIO(conf.lnConf.nTiles)
val host = new HTIFIO(conf.lnConf.nClients)
val r = new ioReadPort(conf.nxpr, conf.xprlen)
val w = new ioWritePort(conf.nxpr, conf.xprlen)