未验证 提交 2a088b29 编写于 作者: Y Yinan Xu 提交者: GitHub

Merge pull request #357 from RISCVERS/wave-filename

emu: print waveform filename when dumping waveform
......@@ -422,6 +422,7 @@ inline char* Emulator::waveform_filename(time_t t) {
static char buf[1024];
char *p = timestamp_filename(t, buf);
strcpy(p, ".vcd");
printf("dump wave to %s...\n", buf);
return buf;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册