1
0

add fp writeback arbitration logic

This commit is contained in:
Andrew Waterman
2012-02-14 00:32:25 -08:00
parent 0671a99712
commit 15dc2d8c40
3 changed files with 116 additions and 116 deletions

View File

@ -116,7 +116,7 @@ class rocketProc extends Component
if (HAVE_FPU)
{
val fpu = new rocketFPU
val fpu = new rocketFPU(4,6)
dpath.io.fpu <> fpu.io.dpath
ctrl.io.fpu <> fpu.io.ctrl
}