add fpu.dec.wen := false when HAVE_FPU is turned off
This commit is contained in:
parent
f0588a0052
commit
3d96a2d4f0
@ -137,7 +137,10 @@ class rocketProc(resetSignal: Bool = null) extends Component(resetSignal)
|
||||
ctrl.io.fpu <> fpu.io.ctrl
|
||||
}
|
||||
else
|
||||
{
|
||||
ctrl.io.fpu.dec.valid := Bool(false)
|
||||
ctrl.io.fpu.dec.wen := Bool(false)
|
||||
}
|
||||
|
||||
if (HAVE_VEC)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user