提交 5d41d760 编写于 作者: Z Zihao Yu

system,SoC: synchronize mtip

上级 3d518258
......@@ -23,5 +23,6 @@ class NOOPSoC(implicit val p: NOOPConfig) extends Module {
if (p.FPGAPlatform) io.mmio <> noop.io.mmio.toAXI4Lite()
else io.mmio <> noop.io.mmio
BoringUtils.addSource(io.mtip, "mtip")
val mtipSync = RegNext(RegNext(io.mtip))
BoringUtils.addSource(mtipSync, "mtip")
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册