|
1 | | -# Waveforms |
2 | | -*.vpd |
| 1 | +########## Waveforms ####################################### |
| 2 | +# Value Change Dumping (VCD) - IEEE Standard |
3 | 3 | *.vcd |
| 4 | +# VCDlus Dumping (VPD) - Synopsys proprietary format |
| 5 | +*.vpd |
| 6 | +# Extended VCD (EVCD) - Dump only port information |
4 | 7 | *.evcd |
| 8 | +# Fast Signal DataBase (FSDB) |
| 9 | +*.fsdb |
5 | 10 |
|
6 | | -# Binary files |
| 11 | + |
| 12 | +########## Simulation executable file ###################### |
| 13 | +# Default name of the simulation executable. A different |
| 14 | +# name can be specified with this switch (the associated |
| 15 | +# daidir database name is also taken from here) |
| 16 | +# -o <path>/<filename> |
7 | 17 | simv |
8 | 18 |
|
9 | | -# Directories used for compilation |
10 | | -csrc/ |
| 19 | + |
| 20 | +########## Intermediate files used for simulation ########## |
| 21 | +# Generated for Verilog top configs |
11 | 22 | simv.daidir/ |
| 23 | +# Generated for VHDL top configs |
| 24 | +simv.db.dir/ |
| 25 | +# Infrastructure necessary to co-simulate SystemC models |
| 26 | +# with Verilog/VHDL models. An alternate directory may |
| 27 | +# be specified with this switch: |
| 28 | +# -Mdir=<directory_path> |
| 29 | +csrc/ |
| 30 | + |
12 | 31 |
|
13 | | -# Log files |
| 32 | +########### Log files ###################################### |
| 33 | +# The switch below allows to specify the file that will be |
| 34 | +# used to write all messages from simulation |
| 35 | +# -l <filename> |
14 | 36 | *.log |
15 | 37 |
|
16 | | -# DVE, UCLI related files |
17 | | -DVEfiles/ |
18 | | -ucli* |
19 | | -*.key |
20 | 38 |
|
21 | | -# Coverage related files |
| 39 | +########## Coverage-related files ########################## |
| 40 | +# Generation of coverage result reports is done with urg |
| 41 | +# and the database location is specified with this switch: |
| 42 | +# urg -dir <coverage_directory>.vdb |
22 | 43 | simv.vdb/ |
23 | 44 | urgReport/ |
| 45 | + |
| 46 | + |
| 47 | +########## DVE, UCLI related files ######################### |
| 48 | +# DVE produces some logs that are created in this directory. |
| 49 | +DVEfiles/ |
| 50 | +ucli.key |
| 51 | + |
| 52 | + |
| 53 | +########## C Language interface ############################ |
| 54 | +# When the design is elaborated for DirectC, VCS will create |
| 55 | +# a file in the current directory with declarations for |
| 56 | +# C/C++ functions. |
| 57 | +vc_hdrs.h |
0 commit comments