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