1
0

add FP ops mftx, mxtf, mtfsr, mffsr

This commit is contained in:
Andrew Waterman
2012-02-12 20:12:53 -08:00
parent 9bb1558a34
commit 08b6517a23
4 changed files with 156 additions and 57 deletions

View File

@ -119,6 +119,8 @@ class rocketProc extends Component
dpath.io.fpu <> fpu.io.dpath
ctrl.io.fpu <> fpu.io.ctrl
}
else
ctrl.io.fpu.dec.valid := Bool(false)
ctrl.io.ext_mem.req_val := Bool(false)
dpath.io.ext_mem.req_val := Bool(false)