// Verilated -*- C++ -*- // DESCRIPTION: Verilator output: Symbol table implementation internals #include "Valu__Syms.h" #include "Valu.h" #include "Valu___024root.h" // FUNCTIONS Valu__Syms::~Valu__Syms() { } Valu__Syms::Valu__Syms(VerilatedContext* contextp, const char* namep,Valu* modelp) : VerilatedSyms{contextp} // Setup internal state of the Syms class , __Vm_modelp{modelp} // Setup module instances , TOP(namep) { // Configure time unit / time precision _vm_contextp__->timeunit(-6); _vm_contextp__->timeprecision(-9); // Setup each module's pointers to their submodules // Setup each module's pointer back to symbol table (for public functions) TOP.__Vconfigure(this, true); }