提交 c5d542f6 编写于 作者: A Allen

StoreMissQueue: added some debug logs.

上级 91675c82
......@@ -54,7 +54,7 @@ class StoreMissEntry extends DCacheModule
when (state =/= s_invalid) {
XSDebug("entry: %d state: %d\n", io.id, state)
XSDebug("entry: %d state: %d idx: %x tag: %x\n", io.id, state, io.idx.bits, io.tag.bits)
}
// --------------------------------------------
......@@ -164,6 +164,7 @@ class StoreMissQueue extends DCacheModule
val tag_match = Mux1H(idx_matches, tag_matches)
val idx_match = idx_matches.reduce(_||_)
XSDebug("idx_match: %b tag_match: %b\n", idx_match, tag_match)
val req = io.lsu.req
val entry_alloc_idx = Wire(UInt())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册