1
0

add vector exception infrastructure

This commit is contained in:
Yunsup Lee
2012-02-25 16:37:56 -08:00
parent 3839e3a318
commit 946e0c6e4e
5 changed files with 26 additions and 0 deletions

View File

@ -402,6 +402,8 @@ class rocketDpath extends Component
vec.io.vecbankcnt := pcr.io.vecbankcnt
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
wb_wdata :=
Mux(vec.io.wen, Cat(Bits(0,52), vec.io.appvl),