Skip to content

Commit 4457dcc

Browse files
Cleaning-up some of the comments that had been previously added.
1 parent b2e72cc commit 4457dcc

File tree

1 file changed

+16
-37
lines changed

1 file changed

+16
-37
lines changed

Global/SynopsysVCS.gitignore

Lines changed: 16 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,36 @@
1-
########## Waveforms #######################################
2-
# Value Change Dumping (VCD) - IEEE Standard
1+
# Waveform formats
32
*.vcd
4-
# VCDlus Dumping (VPD) - Synopsys proprietary format
53
*.vpd
6-
# Extended VCD (EVCD) - Dump only port information
74
*.evcd
8-
# Fast Signal DataBase (FSDB)
95
*.fsdb
106

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>
1710
simv
1811

19-
20-
########## Intermediate files used for simulation ##########
21-
# Generated for Verilog top configs
12+
# Generated for Verilog and VHDL top configs
2213
simv.daidir/
23-
# Generated for VHDL top configs
2414
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/
3015

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/
3120

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>
3623
*.log
3724

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
4327
simv.vdb/
4428
urgReport/
4529

46-
47-
########## DVE, UCLI related files #########################
48-
# DVE produces some logs that are created in this directory.
30+
# DVE and UCLI related files.
4931
DVEfiles/
5032
ucli.key
5133

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.
5736
vc_hdrs.h

0 commit comments

Comments
 (0)