1
0

Standardize ()=>Module(...) top-level Parameters

This commit is contained in:
Henry Cook
2014-09-07 17:54:41 -07:00
parent 5e2f98747f
commit 5eb5e9eaf5
2 changed files with 7 additions and 6 deletions

View File

@ -49,7 +49,7 @@ class Core extends Module with CoreParameters
//If so specified, build an FPU module and wire it in
params(BuildFPU)
.map { bf => Module(bf()) }
.map { bf => bf() }
.foreach { fpu =>
dpath.io.fpu <> fpu.io.dpath
ctrl.io.fpu <> fpu.io.ctrl