32 lines
1.3 KiB
C++
32 lines
1.3 KiB
C++
// Verilated -*- C++ -*-
|
|
// DESCRIPTION: Verilator output: Design implementation internals
|
|
// See Vtb.h for the primary calling header
|
|
|
|
#include "verilated.h"
|
|
|
|
#include "Vtb__Syms.h"
|
|
#include "Vtb___024root.h"
|
|
|
|
#ifdef VL_DEBUG
|
|
VL_ATTR_COLD void Vtb___024root___dump_triggers__act(Vtb___024root* vlSelf);
|
|
#endif // VL_DEBUG
|
|
|
|
void Vtb___024root___eval_triggers__act(Vtb___024root* vlSelf) {
|
|
if (false && vlSelf) {} // Prevent unused
|
|
Vtb__Syms* const __restrict vlSymsp VL_ATTR_UNUSED = vlSelf->vlSymsp;
|
|
VL_DEBUG_IF(VL_DBG_MSGF("+ Vtb___024root___eval_triggers__act\n"); );
|
|
// Body
|
|
vlSelf->__VactTriggered.at(0U) = ((IData)(vlSelf->tb__DOT__clk)
|
|
& (~ (IData)(vlSelf->__Vtrigrprev__TOP__tb__DOT__clk)));
|
|
vlSelf->__VactTriggered.at(1U) = ((IData)(vlSelf->tb__DOT__bitti_mi)
|
|
& (~ (IData)(vlSelf->__Vtrigrprev__TOP__tb__DOT__bitti_mi)));
|
|
vlSelf->__VactTriggered.at(2U) = vlSelf->__VdlySched.awaitingCurrentTime();
|
|
vlSelf->__Vtrigrprev__TOP__tb__DOT__clk = vlSelf->tb__DOT__clk;
|
|
vlSelf->__Vtrigrprev__TOP__tb__DOT__bitti_mi = vlSelf->tb__DOT__bitti_mi;
|
|
#ifdef VL_DEBUG
|
|
if (VL_UNLIKELY(vlSymsp->_vm_contextp__->debug())) {
|
|
Vtb___024root___dump_triggers__act(vlSelf);
|
|
}
|
|
#endif
|
|
}
|