From 7a8afb2b6659f88881139fcbcb02de5476952152 Mon Sep 17 00:00:00 2001 From: joshua Date: Mon, 16 May 2022 11:00:23 -0400 Subject: Yes --- verilog/alu/obj_dir/Valu__Trace__0.cpp | 42 ---------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 verilog/alu/obj_dir/Valu__Trace__0.cpp (limited to 'verilog/alu/obj_dir/Valu__Trace__0.cpp') diff --git a/verilog/alu/obj_dir/Valu__Trace__0.cpp b/verilog/alu/obj_dir/Valu__Trace__0.cpp deleted file mode 100644 index 4713f0f..0000000 --- a/verilog/alu/obj_dir/Valu__Trace__0.cpp +++ /dev/null @@ -1,42 +0,0 @@ -// Verilated -*- C++ -*- -// DESCRIPTION: Verilator output: Tracing implementation internals -#include "verilated_vcd_c.h" -#include "Valu__Syms.h" - - -void Valu___024root__trace_chg_sub_0(Valu___024root* vlSelf, VerilatedVcd* tracep); - -void Valu___024root__trace_chg_top_0(void* voidSelf, VerilatedVcd* tracep) { - VL_DEBUG_IF(VL_DBG_MSGF("+ Valu___024root__trace_chg_top_0\n"); ); - // Init - Valu___024root* const __restrict vlSelf VL_ATTR_UNUSED = static_cast(voidSelf); - Valu__Syms* const __restrict vlSymsp VL_ATTR_UNUSED = vlSelf->vlSymsp; - if (VL_UNLIKELY(!vlSymsp->__Vm_activity)) return; - // Body - Valu___024root__trace_chg_sub_0((&vlSymsp->TOP), tracep); -} - -void Valu___024root__trace_chg_sub_0(Valu___024root* vlSelf, VerilatedVcd* tracep) { - if (false && vlSelf) {} // Prevent unused - Valu__Syms* const __restrict vlSymsp VL_ATTR_UNUSED = vlSelf->vlSymsp; - VL_DEBUG_IF(VL_DBG_MSGF("+ Valu___024root__trace_chg_sub_0\n"); ); - // Init - vluint32_t* const oldp VL_ATTR_UNUSED = tracep->oldp(vlSymsp->__Vm_baseCode + 1); - // Body - tracep->chgIData(oldp+0,(vlSelf->in1),32); - tracep->chgIData(oldp+1,(vlSelf->in2),32); - tracep->chgCData(oldp+2,(vlSelf->op),4); - tracep->chgIData(oldp+3,(vlSelf->out),32); - tracep->chgIData(oldp+4,(vlSelf->alu__DOT__result),32); -} - -void Valu___024root__trace_cleanup(void* voidSelf, VerilatedVcd* /*unused*/) { - VL_DEBUG_IF(VL_DBG_MSGF("+ Valu___024root__trace_cleanup\n"); ); - // Init - Valu___024root* const __restrict vlSelf VL_ATTR_UNUSED = static_cast(voidSelf); - Valu__Syms* const __restrict vlSymsp VL_ATTR_UNUSED = vlSelf->vlSymsp; - VlUnpacked __Vm_traceActivity; - // Body - vlSymsp->__Vm_activity = false; - __Vm_traceActivity[0U] = 0U; -} -- cgit v1.2.3