// Verilated -*- C++ -*- // DESCRIPTION: Verilator output: Design implementation internals // See Vtest.h for the primary calling header #include "Vtest__pch.h" #include "Vtest__Syms.h" #include "Vtest___024root.h" void Vtest___024root___ctor_var_reset(Vtest___024root* vlSelf); Vtest___024root::Vtest___024root(Vtest__Syms* symsp, const char* v__name) : VerilatedModule{v__name} , vlSymsp{symsp} { // Reset structure values Vtest___024root___ctor_var_reset(this); } void Vtest___024root::__Vconfigure(bool first) { (void)first; // Prevent unused variable warning } Vtest___024root::~Vtest___024root() { }