summaryrefslogtreecommitdiff
path: root/verilog/alu/v6/obj_dir/Valu6___024root.h
diff options
context:
space:
mode:
Diffstat (limited to 'verilog/alu/v6/obj_dir/Valu6___024root.h')
-rw-r--r--verilog/alu/v6/obj_dir/Valu6___024root.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/verilog/alu/v6/obj_dir/Valu6___024root.h b/verilog/alu/v6/obj_dir/Valu6___024root.h
deleted file mode 100644
index 968e6b6..0000000
--- a/verilog/alu/v6/obj_dir/Valu6___024root.h
+++ /dev/null
@@ -1,34 +0,0 @@
-// Verilated -*- C++ -*-
-// DESCRIPTION: Verilator output: Design internal header
-// See Valu6.h for the primary calling header
-
-#ifndef VERILATED_VALU6___024ROOT_H_
-#define VERILATED_VALU6___024ROOT_H_ // guard
-
-#include "verilated.h"
-
-class Valu6__Syms;
-VL_MODULE(Valu6___024root) {
- public:
-
- // DESIGN SPECIFIC STATE
- VL_IN8(alu_op_i,3,0);
- VL_IN(alu_in_1,31,0);
- VL_IN(alu_in_2,31,0);
- VL_OUT(alu_output,31,0);
- IData/*31:0*/ alu6__DOT__sum;
-
- // INTERNAL VARIABLES
- Valu6__Syms* const vlSymsp;
-
- // CONSTRUCTORS
- Valu6___024root(Valu6__Syms* symsp, const char* name);
- ~Valu6___024root();
- VL_UNCOPYABLE(Valu6___024root);
-
- // INTERNAL METHODS
- void __Vconfigure(bool first);
-} VL_ATTR_ALIGNED(VL_CACHE_LINE_BYTES);
-
-
-#endif // guard