未验证 提交 7c0d70bc 编写于 作者: Y Yinan Xu 提交者: GitHub

Merge pull request #55 from RISCVERS/fix-log-typo

Log: fix typo
......@@ -20,7 +20,7 @@ object XSLog {
def displayLog: Bool = {
val disp_begin, disp_end = WireInit(0.U(64.W))
BoringUtils.addSink(disp_begin, "DISPALY_LOG_START")
BoringUtils.addSink(disp_begin, "DISPLAY_LOG_START")
BoringUtils.addSink(disp_end, "DISPLAY_LOG_END")
assert(disp_begin <= disp_end)
(GTimer() >= disp_begin) && (GTimer() <= disp_end)
......
......@@ -78,7 +78,7 @@ class XSSimTop extends Module {
log_end := io.logCtrl.log_end
log_level := io.logCtrl.log_level
BoringUtils.addSource(log_begin, "DISPALY_LOG_START")
BoringUtils.addSource(log_begin, "DISPLAY_LOG_START")
BoringUtils.addSource(log_end, "DISPLAY_LOG_END")
BoringUtils.addSource(log_level, "DISPLAY_LOG_LEVEL")
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册