summaryrefslogtreecommitdiff
path: root/verilog/alu/obj_dir/Valu___024root__DepSet_ha59b247d__0__Slow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'verilog/alu/obj_dir/Valu___024root__DepSet_ha59b247d__0__Slow.cpp')
-rw-r--r--verilog/alu/obj_dir/Valu___024root__DepSet_ha59b247d__0__Slow.cpp41
1 files changed, 0 insertions, 41 deletions
diff --git a/verilog/alu/obj_dir/Valu___024root__DepSet_ha59b247d__0__Slow.cpp b/verilog/alu/obj_dir/Valu___024root__DepSet_ha59b247d__0__Slow.cpp
deleted file mode 100644
index 99dde1e..0000000
--- a/verilog/alu/obj_dir/Valu___024root__DepSet_ha59b247d__0__Slow.cpp
+++ /dev/null
@@ -1,41 +0,0 @@
-// Verilated -*- C++ -*-
-// DESCRIPTION: Verilator output: Design implementation internals
-// See Valu.h for the primary calling header
-
-#include "verilated.h"
-
-#include "Valu___024root.h"
-
-VL_ATTR_COLD void Valu___024root___eval_initial(Valu___024root* vlSelf) {
- if (false && vlSelf) {} // Prevent unused
- Valu__Syms* const __restrict vlSymsp VL_ATTR_UNUSED = vlSelf->vlSymsp;
- VL_DEBUG_IF(VL_DBG_MSGF("+ Valu___024root___eval_initial\n"); );
-}
-
-void Valu___024root___combo__TOP__0(Valu___024root* vlSelf);
-
-VL_ATTR_COLD void Valu___024root___eval_settle(Valu___024root* vlSelf) {
- if (false && vlSelf) {} // Prevent unused
- Valu__Syms* const __restrict vlSymsp VL_ATTR_UNUSED = vlSelf->vlSymsp;
- VL_DEBUG_IF(VL_DBG_MSGF("+ Valu___024root___eval_settle\n"); );
- // Body
- Valu___024root___combo__TOP__0(vlSelf);
-}
-
-VL_ATTR_COLD void Valu___024root___final(Valu___024root* vlSelf) {
- if (false && vlSelf) {} // Prevent unused
- Valu__Syms* const __restrict vlSymsp VL_ATTR_UNUSED = vlSelf->vlSymsp;
- VL_DEBUG_IF(VL_DBG_MSGF("+ Valu___024root___final\n"); );
-}
-
-VL_ATTR_COLD void Valu___024root___ctor_var_reset(Valu___024root* vlSelf) {
- if (false && vlSelf) {} // Prevent unused
- Valu__Syms* const __restrict vlSymsp VL_ATTR_UNUSED = vlSelf->vlSymsp;
- VL_DEBUG_IF(VL_DBG_MSGF("+ Valu___024root___ctor_var_reset\n"); );
- // Body
- vlSelf->in1 = VL_RAND_RESET_I(32);
- vlSelf->in2 = VL_RAND_RESET_I(32);
- vlSelf->op = VL_RAND_RESET_I(4);
- vlSelf->out = VL_RAND_RESET_I(32);
- vlSelf->alu__DOT__result = VL_RAND_RESET_I(32);
-}