1
0

Add exception signal to rocc interface

This commit is contained in:
Stephen Twigg
2014-01-28 22:13:16 -08:00
parent 30b894c2c4
commit 3c3c469725
2 changed files with 6 additions and 2 deletions

View File

@ -738,4 +738,5 @@ class Control(implicit conf: RocketConfiguration) extends Module
io.dmem.req.bits.phys := Bool(false)
io.rocc.cmd.valid := wb_rocc_val
io.rocc.exception := wb_reg_xcpt && sr.er
}