1
0

pipeline reset to the vector unit

This commit is contained in:
Andrew Waterman 2013-01-28 17:56:32 -08:00
parent f2df6147df
commit 37c67f1d87

View File

@ -43,7 +43,7 @@ class Core(implicit conf: RocketConfiguration) extends Component
} else null
if (conf.vec) {
val vu = new vu()
val vu = new vu(Reg(reset))
val vdtlb = new TLB(8)
ptw += vdtlb.io.ptw