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/v6/obj_dir/Valu6__Syms.h | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 verilog/alu/v6/obj_dir/Valu6__Syms.h (limited to 'verilog/alu/v6/obj_dir/Valu6__Syms.h') diff --git a/verilog/alu/v6/obj_dir/Valu6__Syms.h b/verilog/alu/v6/obj_dir/Valu6__Syms.h new file mode 100644 index 0000000..dcbc3c1 --- /dev/null +++ b/verilog/alu/v6/obj_dir/Valu6__Syms.h @@ -0,0 +1,37 @@ +// 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 _VALU6__SYMS_H_ +#define _VALU6__SYMS_H_ // guard + +#include "verilated_heavy.h" + +// INCLUDE MODULE CLASSES +#include "Valu6.h" + +// SYMS CLASS +class Valu6__Syms : public VerilatedSyms { + public: + + // LOCAL STATE + const char* __Vm_namep; + bool __Vm_activity; ///< Used by trace routines to determine change occurred + uint32_t __Vm_baseCode; ///< Used by trace routines when tracing multiple models + bool __Vm_didInit; + + // SUBCELL STATE + Valu6* TOPp; + + // CREATORS + Valu6__Syms(Valu6* topp, const char* namep); + ~Valu6__Syms(); + + // METHODS + inline const char* name() { return __Vm_namep; } + +} VL_ATTR_ALIGNED(VL_CACHE_LINE_BYTES); + +#endif // guard -- cgit v1.2.3