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

@ -10,7 +10,7 @@ import hwacha._
class Datapath(implicit conf: RocketConfiguration) extends Component
{
val io = new Bundle {
val host = new HTIFIO(conf.lnConf.nTiles)
val host = new HTIFIO(conf.lnConf.nClients)
val ctrl = (new CtrlDpathIO).flip
val dmem = new HellaCacheIO()(conf.dcache)
val ptw = (new DatapathPTWIO).flip