未验证 提交 1fd4b507 编写于 作者: L ljw 提交者: GitHub

Merge pull request #262 from RISCVERS/fixAXI4SlaveModule

AXI4SlaveModule: do not let aw and ar fire at the same time.
......@@ -153,7 +153,7 @@ class AXI4SlaveModuleImp[T<:Data](outer: AXI4SlaveModule[T])
(c.value, in.w.bits.last)
}
in.aw.ready := state === s_idle
in.aw.ready := state === s_idle && !in.ar.valid
in.w.ready := state === s_wdata
in.b.bits.resp := AXI4Parameters.RESP_OKAY
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册