OpenCores
URL https://opencores.org/ocsvn/linkruncca/linkruncca/trunk

Subversion Repositories linkruncca

[/] [linkruncca/] [trunk/] [sim/] [obj_dir/] [VLinkRunCCA_classes.mk] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 8 jaytang
# Verilated -*- Makefile -*-
2
# DESCRIPTION: Verilator output: Make include file with class lists
3
#
4
# This file lists generated Verilated files, for including in higher level makefiles.
5
# See VLinkRunCCA.mk for the caller.
6
 
7
### Switches...
8
# Coverage output mode?  0/1 (from --coverage)
9
VM_COVERAGE = 0
10
# Tracing output mode?  0/1 (from --trace)
11
VM_TRACE = 0
12
 
13
### Object file lists...
14
# Generated module classes, fast-path, compile with highest optimization
15
VM_CLASSES_FAST += \
16
        VLinkRunCCA \
17
 
18
# Generated module classes, non-fast-path, compile with low/medium optimization
19
VM_CLASSES_SLOW += \
20
 
21
# Generated support classes, fast-path, compile with highest optimization
22
VM_SUPPORT_FAST += \
23
 
24
# Generated support classes, non-fast-path, compile with low/medium optimization
25
VM_SUPPORT_SLOW += \
26
        VLinkRunCCA__Syms \
27
 
28
# Global classes, need linked once per executable, fast-path, compile with highest optimization
29
VM_GLOBAL_FAST += \
30
        verilated \
31
 
32
# Global classes, need linked once per executable, non-fast-path, compile with low/medium optimization
33
VM_GLOBAL_SLOW += \
34
 
35
 
36
# Verilated -*- Makefile -*-

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.