refactoring

This commit is contained in:
Blaise Tine
2020-06-23 09:54:40 -07:00
parent 0a01385a2c
commit 5e718c2676
10 changed files with 706 additions and 706 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include "VVortex_Socket.h"
#include "VVortex_Socket__Syms.h"
#include "VVortex.h"
#include "VVortex__Syms.h"
#include "verilated.h"
#ifdef VCD_OUTPUT
@@ -62,7 +62,7 @@ private:
uint32_t pending_snp_reqs_;
RAM *ram_;
VVortex_Socket *vortex_;
VVortex *vortex_;
#ifdef VCD_OUTPUT
VerilatedVcdC *trace_;
#endif