// Verilated -*- C++ -*- // DESCRIPTION: Verilator output: Design implementation internals // See Valu.h for the primary calling header #include "verilated.h" #include "Valu__Syms.h" #include "Valu___024root.h" void Valu___024root___ctor_var_reset(Valu___024root* vlSelf); Valu___024root::Valu___024root(const char* _vcname__) : VerilatedModule(_vcname__) { // Reset structure values Valu___024root___ctor_var_reset(this); } void Valu___024root::__Vconfigure(Valu__Syms* _vlSymsp, bool first) { if (false && first) {} // Prevent unused this->vlSymsp = _vlSymsp; } Valu___024root::~Valu___024root() { }