1
0

refined vector exception interface

This commit is contained in:
Yunsup Lee
2012-03-03 16:11:54 -08:00
parent e28a551368
commit d4ec7ff4d9
5 changed files with 13 additions and 8 deletions

View File

@ -384,7 +384,7 @@ class rocketDpath extends Component
vec.io.wdata := wb_reg_vec_wdata
vec.io.rs2 := wb_reg_rs2
vec.io.vec_eaddr := pcr.io.vec_eaddr
vec.io.vec_exception := pcr.io.vec_exception
vec.io.vec_xcpt := pcr.io.vec_xcpt
wb_wdata :=
Mux(vec.io.wen, Cat(Bits(0,52), vec.io.appvl),