From 37c67f1d87caabff2d7ff3d0ee56f21cfe5fe3fb Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 28 Jan 2013 17:56:32 -0800 Subject: [PATCH] pipeline reset to the vector unit --- rocket/src/main/scala/core.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocket/src/main/scala/core.scala b/rocket/src/main/scala/core.scala index 2c27e514..fef96e15 100644 --- a/rocket/src/main/scala/core.scala +++ b/rocket/src/main/scala/core.scala @@ -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