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, 41 insertions, 0 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
new file mode 100644
index 0000000..99dde1e
--- /dev/null
+++ b/verilog/alu/obj_dir/Valu___024root__DepSet_ha59b247d__0__Slow.cpp
@@ -0,0 +1,41 @@
+// 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);
+}