pipeline reset to the vector unit
This commit is contained in:
parent
f2df6147df
commit
37c67f1d87
@ -43,7 +43,7 @@ class Core(implicit conf: RocketConfiguration) extends Component
|
|||||||
} else null
|
} else null
|
||||||
|
|
||||||
if (conf.vec) {
|
if (conf.vec) {
|
||||||
val vu = new vu()
|
val vu = new vu(Reg(reset))
|
||||||
|
|
||||||
val vdtlb = new TLB(8)
|
val vdtlb = new TLB(8)
|
||||||
ptw += vdtlb.io.ptw
|
ptw += vdtlb.io.ptw
|
||||||
|
Loading…
Reference in New Issue
Block a user