// Verilated -*- C++ -*- // DESCRIPTION: Verilator output: Design implementation internals // See Valu.h for the primary calling header #include "Valu__pch.h" #include "Valu__Syms.h" #include "Valu___024root.h" #ifdef VL_DEBUG VL_ATTR_COLD void Valu___024root___dump_triggers__stl(Valu___024root* vlSelf); #endif // VL_DEBUG VL_ATTR_COLD void Valu___024root___eval_triggers__stl(Valu___024root* vlSelf) { (void)vlSelf; // Prevent unused variable warning Valu__Syms* const __restrict vlSymsp VL_ATTR_UNUSED = vlSelf->vlSymsp; VL_DEBUG_IF(VL_DBG_MSGF("+ Valu___024root___eval_triggers__stl\n"); ); // Body vlSelf->__VstlTriggered.set(0U, (IData)(vlSelf->__VstlFirstIteration)); #ifdef VL_DEBUG if (VL_UNLIKELY(vlSymsp->_vm_contextp__->debug())) { Valu___024root___dump_triggers__stl(vlSelf); } #endif }