提交 7e212389 编写于 作者: A Allen

MetaArray: fixed debug output format string.

上级 32e651b5
......@@ -304,7 +304,7 @@ class DuplicatedMetaArray extends DCacheModule {
def dumpRead() = {
(0 until LoadPipelineWidth) map { w =>
when (io.read(w).fire()) {
XSDebug("MetaArray Read channel: $w idx: %d way_en: %x tag: %x\n",
XSDebug(s"MetaArray Read channel: $w idx: %d way_en: %x tag: %x\n",
io.read(w).bits.idx, io.read(w).bits.way_en, io.read(w).bits.tag)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册