summaryrefslogtreecommitdiff
path: root/verilog/alu/v6/obj_dir/Valu6_classes.mk
diff options
context:
space:
mode:
authorjoshua <joshua@joshuayun.com>2022-05-16 11:02:27 -0400
committerjoshua <joshua@joshuayun.com>2022-05-16 11:02:27 -0400
commit18d1ae8dd266a6aa126479a742e0e6f257d5f8a9 (patch)
treec18f3db13e81644ed7cf6530328c0bebaf0b234a /verilog/alu/v6/obj_dir/Valu6_classes.mk
parent7a8afb2b6659f88881139fcbcb02de5476952152 (diff)
downloadriscv-processor-inorder-18d1ae8dd266a6aa126479a742e0e6f257d5f8a9.tar.gz
revised gitignore
Diffstat (limited to 'verilog/alu/v6/obj_dir/Valu6_classes.mk')
-rw-r--r--verilog/alu/v6/obj_dir/Valu6_classes.mk54
1 files changed, 0 insertions, 54 deletions
diff --git a/verilog/alu/v6/obj_dir/Valu6_classes.mk b/verilog/alu/v6/obj_dir/Valu6_classes.mk
deleted file mode 100644
index 6ef8f77..0000000
--- a/verilog/alu/v6/obj_dir/Valu6_classes.mk
+++ /dev/null
@@ -1,54 +0,0 @@
-# Verilated -*- Makefile -*-
-# DESCRIPTION: Verilator output: Make include file with class lists
-#
-# This file lists generated Verilated files, for including in higher level makefiles.
-# See Valu6.mk for the caller.
-
-### Switches...
-# C11 constructs required? 0/1 (always on now)
-VM_C11 = 1
-# Coverage output mode? 0/1 (from --coverage)
-VM_COVERAGE = 0
-# Parallel builds? 0/1 (from --output-split)
-VM_PARALLEL_BUILDS = 0
-# Threaded output mode? 0/1/N threads (from --threads)
-VM_THREADS = 0
-# Tracing output mode? 0/1 (from --trace/--trace-fst)
-VM_TRACE = 1
-# Tracing output mode in FST format? 0/1 (from --trace-fst)
-VM_TRACE_FST = 0
-# Tracing threaded output mode? 0/1/N threads (from --trace-thread)
-VM_TRACE_THREADS = 0
-# Separate FST writer thread? 0/1 (from --trace-fst with --trace-thread > 0)
-VM_TRACE_FST_WRITER_THREAD = 0
-
-### Object file lists...
-# Generated module classes, fast-path, compile with highest optimization
-VM_CLASSES_FAST += \
- Valu6 \
- Valu6___024root__DepSet_he7565067__0 \
-
-# Generated module classes, non-fast-path, compile with low/medium optimization
-VM_CLASSES_SLOW += \
- Valu6___024root__Slow \
- Valu6___024root__DepSet_he7565067__0__Slow \
-
-# Generated support classes, fast-path, compile with highest optimization
-VM_SUPPORT_FAST += \
- Valu6__Trace__0 \
-
-# Generated support classes, non-fast-path, compile with low/medium optimization
-VM_SUPPORT_SLOW += \
- Valu6__Syms \
- Valu6__Trace__0__Slow \
-
-# Global classes, need linked once per executable, fast-path, compile with highest optimization
-VM_GLOBAL_FAST += \
- verilated \
- verilated_vcd_c \
-
-# Global classes, need linked once per executable, non-fast-path, compile with low/medium optimization
-VM_GLOBAL_SLOW += \
-
-
-# Verilated -*- Makefile -*-