From d48f063d60a7bf3041440d633d16c17c7c9e288b Mon Sep 17 00:00:00 2001 From: andres-mancera Date: Thu, 13 Nov 2014 14:40:35 -0800 Subject: [PATCH 1/3] Adding gitignore file for Synopsys VCS simulator. --- SynopsysVCS.gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 SynopsysVCS.gitignore diff --git a/SynopsysVCS.gitignore b/SynopsysVCS.gitignore new file mode 100644 index 00000000..eccccd1d --- /dev/null +++ b/SynopsysVCS.gitignore @@ -0,0 +1,27 @@ +# 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/ + +# Editor backup files +*.swp +*~ From 0854e488063f403b1be81891e901e26490355d62 Mon Sep 17 00:00:00 2001 From: andres-mancera Date: Wed, 21 Jan 2015 10:00:29 -0800 Subject: [PATCH 2/3] Removing the last two lines since they are editor-specific (Namely, VI and Emacs). As Carl has pointed out, they are covered by other templates under Global/. --- SynopsysVCS.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SynopsysVCS.gitignore b/SynopsysVCS.gitignore index eccccd1d..97317896 100644 --- a/SynopsysVCS.gitignore +++ b/SynopsysVCS.gitignore @@ -21,7 +21,3 @@ ucli* # Coverage related files simv.vdb/ urgReport/ - -# Editor backup files -*.swp -*~ From e3f9a545153274743bf03e4782fccd1766eca49e Mon Sep 17 00:00:00 2001 From: andres-mancera Date: Wed, 21 Jan 2015 20:45:09 -0800 Subject: [PATCH 3/3] Moving SynopsysVCS.gitignore into Global/. Whether to use VCS or any other simulator is a choice of the individual designer rather than of the project as a whole. --- SynopsysVCS.gitignore => Global/SynopsysVCS.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename SynopsysVCS.gitignore => Global/SynopsysVCS.gitignore (100%) diff --git a/SynopsysVCS.gitignore b/Global/SynopsysVCS.gitignore similarity index 100% rename from SynopsysVCS.gitignore rename to Global/SynopsysVCS.gitignore