aboutsummaryrefslogtreecommitdiff
path: root/core/obj_dir/Vtb__Syms.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/obj_dir/Vtb__Syms.h')
-rw-r--r--core/obj_dir/Vtb__Syms.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/core/obj_dir/Vtb__Syms.h b/core/obj_dir/Vtb__Syms.h
new file mode 100644
index 0000000..3d4db64
--- /dev/null
+++ b/core/obj_dir/Vtb__Syms.h
@@ -0,0 +1,35 @@
+// Verilated -*- C++ -*-
+// DESCRIPTION: Verilator output: Symbol table internal header
+//
+// Internal details; most calling programs do not need this header,
+// unless using verilator public meta comments.
+
+#ifndef _VTB__SYMS_H_
+#define _VTB__SYMS_H_ // guard
+
+#include "verilated_heavy.h"
+
+// INCLUDE MODULE CLASSES
+#include "Vtb.h"
+
+// SYMS CLASS
+class Vtb__Syms : public VerilatedSyms {
+ public:
+
+ // LOCAL STATE
+ const char* __Vm_namep;
+ bool __Vm_didInit;
+
+ // SUBCELL STATE
+ Vtb* TOPp;
+
+ // CREATORS
+ Vtb__Syms(Vtb* topp, const char* namep);
+ ~Vtb__Syms() = default;
+
+ // METHODS
+ inline const char* name() { return __Vm_namep; }
+
+} VL_ATTR_ALIGNED(VL_CACHE_LINE_BYTES);
+
+#endif // guard