1
0

hookup rocc interrupt and s bit

This commit is contained in:
Yunsup Lee
2014-02-06 00:09:42 -08:00
parent ab4a3e937b
commit ff7cae29f7
4 changed files with 6 additions and 2 deletions

View File

@ -745,4 +745,5 @@ class Control(implicit conf: RocketConfiguration) extends Module
io.rocc.cmd.valid := wb_rocc_val
io.rocc.exception := wb_reg_xcpt && sr.er
io.rocc.s := sr.s
}