diff options
author | Carl Suster <carl@contraflo.ws> | 2015-01-22 17:25:09 +1100 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2015-01-22 17:25:09 +1100 |
commit | 70d01c389d1206c30f32ca059a7fe91bda2f2832 (patch) | |
tree | 75b404982234b6f2698bf6655aaf78b656fcc112 /Global | |
parent | 3aab1a12c33e89bb16dbb003dc329ecac7b74ae0 (diff) | |
parent | e3f9a545153274743bf03e4782fccd1766eca49e (diff) | |
download | gitignore-70d01c389d1206c30f32ca059a7fe91bda2f2832.tar.gz gitignore-70d01c389d1206c30f32ca059a7fe91bda2f2832.zip |
Merge pull request #1282 from andres-mancera/synopsys_vcs
Adding gitignore file for Synopsys VCS simulator.
Diffstat (limited to 'Global')
-rw-r--r-- | Global/SynopsysVCS.gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Global/SynopsysVCS.gitignore b/Global/SynopsysVCS.gitignore new file mode 100644 index 00000000..97317896 --- /dev/null +++ b/Global/SynopsysVCS.gitignore @@ -0,0 +1,23 @@ +# Waveforms +*.vpd +*.vcd +*.evcd + +# Binary files +simv + +# Directories used for compilation +csrc/ +simv.daidir/ + +# Log files +*.log + +# DVE, UCLI related files +DVEfiles/ +ucli* +*.key + +# Coverage related files +simv.vdb/ +urgReport/ |