未验证 提交 75c2f5ae 编写于 作者: W wakafa 提交者: GitHub

difftest: latch difftestloadevent signal (#1423)

上级 c5dfcce5
......@@ -1043,10 +1043,10 @@ class RobImp(outer: Rob)(implicit p: Parameters) extends LazyModuleImp(outer)
val ptr = deqPtrVec(i).value
val uop = commitDebugUop(i)
val exuOut = debug_exuDebug(ptr)
difftest.io.valid := RegNext(io.commits.valid(i) && !io.commits.isWalk)
difftest.io.paddr := RegNext(exuOut.paddr)
difftest.io.opType := RegNext(uop.ctrl.fuOpType)
difftest.io.fuType := RegNext(uop.ctrl.fuType)
difftest.io.valid := RegNext(RegNext(RegNext(io.commits.valid(i) && !io.commits.isWalk)))
difftest.io.paddr := RegNext(RegNext(RegNext(exuOut.paddr)))
difftest.io.opType := RegNext(RegNext(RegNext(uop.ctrl.fuOpType)))
difftest.io.fuType := RegNext(RegNext(RegNext(uop.ctrl.fuType)))
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册