debian-mirror-gitlab/vendor/gitignore/Global/SynopsysVCS.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
967 B
Plaintext
Raw Normal View History

2016-06-02 11:05:42 +05:30
# Waveform formats
*.vcd
*.vpd
*.evcd
*.fsdb
2018-11-08 19:23:39 +05:30
# Default name of the simulation executable. A different name can be
# specified with this switch (the associated daidir database name is
2016-06-02 11:05:42 +05:30
# also taken from here): -o <path>/<filename>
simv
# Generated for Verilog and VHDL top configs
simv.daidir/
simv.db.dir/
2018-11-08 19:23:39 +05:30
# Infrastructure necessary to co-simulate SystemC models with
2016-06-02 11:05:42 +05:30
# Verilog/VHDL models. An alternate directory may be specified with this
# switch: -Mdir=<directory_path>
csrc/
# Log file - the following switch allows to specify the file that will be
# used to write all messages from simulation: -l <filename>
*.log
2018-11-08 19:23:39 +05:30
# Coverage results (generated with urg) and database location. The
2016-06-02 11:05:42 +05:30
# following switch can also be used: urg -dir <coverage_directory>.vdb
simv.vdb/
urgReport/
# DVE and UCLI related files.
DVEfiles/
ucli.key
# When the design is elaborated for DirectC, the following file is created
# with declarations for C/C++ functions.
vc_hdrs.h