From b8936029065835366e9e057a219c0c5194db8662 Mon Sep 17 00:00:00 2001 From: joshua Date: Sat, 14 May 2022 23:30:38 -0500 Subject: Verilog update --- verilog/alu/obj_dir/Valu__Syms.h | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 verilog/alu/obj_dir/Valu__Syms.h (limited to 'verilog/alu/obj_dir/Valu__Syms.h') diff --git a/verilog/alu/obj_dir/Valu__Syms.h b/verilog/alu/obj_dir/Valu__Syms.h new file mode 100644 index 0000000..e69592b --- /dev/null +++ b/verilog/alu/obj_dir/Valu__Syms.h @@ -0,0 +1,39 @@ +// 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 VERILATED_VALU__SYMS_H_ +#define VERILATED_VALU__SYMS_H_ // guard + +#include "verilated.h" + +// INCLUDE MODEL CLASS + +#include "Valu.h" + +// INCLUDE MODULE CLASSES +#include "Valu___024root.h" + +// SYMS CLASS (contains all model state) +class Valu__Syms final : public VerilatedSyms { + public: + // INTERNAL STATE + Valu* const __Vm_modelp; + bool __Vm_activity = false; ///< Used by trace routines to determine change occurred + uint32_t __Vm_baseCode = 0; ///< Used by trace routines when tracing multiple models + bool __Vm_didInit = false; + + // MODULE INSTANCE STATE + Valu___024root TOP; + + // CONSTRUCTORS + Valu__Syms(VerilatedContext* contextp, const char* namep, Valu* modelp); + ~Valu__Syms(); + + // METHODS + const char* name() { return TOP.name(); } +} VL_ATTR_ALIGNED(VL_CACHE_LINE_BYTES); + +#endif // guard -- cgit v1.2.3