don't connect rocc-fpu-port without rocc accel
This commit is contained in:
parent
3d6a060dc3
commit
d292b6cb13
@ -492,7 +492,7 @@ class Rocket extends CoreModule
|
|||||||
io.rocc.cmd.bits.rs1 := wb_reg_wdata
|
io.rocc.cmd.bits.rs1 := wb_reg_wdata
|
||||||
io.rocc.cmd.bits.rs2 := wb_reg_rs2
|
io.rocc.cmd.bits.rs2 := wb_reg_rs2
|
||||||
|
|
||||||
if (!params(BuildFPU).isEmpty) {
|
if (!params(BuildFPU).isEmpty && !params(BuildRoCC).isEmpty) {
|
||||||
io.fpu.cp_req <> io.rocc.fpu_req
|
io.fpu.cp_req <> io.rocc.fpu_req
|
||||||
io.fpu.cp_resp <> io.rocc.fpu_resp
|
io.fpu.cp_resp <> io.rocc.fpu_resp
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user