Passing Most tests

This commit is contained in:
felsabbagh3
2019-03-21 23:47:48 -04:00
parent d08d389177
commit 656475b3b3
49 changed files with 4425 additions and 2075 deletions

View File

@@ -3,16 +3,16 @@
//
// Internal details; most calling programs do not need this header
#ifndef _Vvortex__Syms_H_
#define _Vvortex__Syms_H_
#ifndef _VVortex__Syms_H_
#define _VVortex__Syms_H_
#include "verilated_heavy.h"
#include "verilated.h"
// INCLUDE MODULE CLASSES
#include "Vvortex.h"
#include "VVortex.h"
// SYMS CLASS
class Vvortex__Syms : public VerilatedSyms {
class VVortex__Syms : public VerilatedSyms {
public:
// LOCAL STATE
@@ -20,11 +20,11 @@ class Vvortex__Syms : public VerilatedSyms {
bool __Vm_didInit;
// SUBCELL STATE
Vvortex* TOPp;
VVortex* TOPp;
// CREATORS
Vvortex__Syms(Vvortex* topp, const char* namep);
~Vvortex__Syms() {}
VVortex__Syms(VVortex* topp, const char* namep);
~VVortex__Syms() {}
// METHODS
inline const char* name() { return __Vm_namep; }