未验证 提交 05a65fc3 编写于 作者: Y Yinan Xu 提交者: GitHub

Merge pull request #301 from RISCVERS/fix-snapshot

snapshot: use VerilatedSerialize for verilator v4.106
......@@ -5,7 +5,7 @@
#include "VXSSimSoC.h"
#include <verilated_save.h>
class VerilatedSaveMem : public VerilatedSave {
class VerilatedSaveMem : public VerilatedSerialize {
const static long buf_size = 1024 * 1024 * 1024;
uint8_t *buf;
long size;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册