GitIgnore File for synopsysvcs

Create a .gitignore file to tell git which files or folders to ignore in your synopsysvcs project.

# Created by https://Shodkk.com/create-gitignore (Shantanu Bombatkar) SirDeploy Package
# It helps deploy fakeserver ReactApp on Heroku and Github Pages
#  Hope it helps || Thanks for Using SirDeploy Package

### SynopsysVCS ###
# Waveform formats
*.vcd
*.vpd
*.evcd
*.fsdb

# Default name of the simulation executable.  A different name can be
# specified with this switch (the associated daidir database name is
# also taken from here):  -o <path>/<filename>
simv

# Generated for Verilog and VHDL top configs
simv.daidir/
simv.db.dir/

# Infrastructure necessary to co-simulate SystemC models with
# 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

# Coverage results (generated with urg) and database location.  The
# 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

 # Star the Repo https://github.com/shaantanu9/SirDeploy
# https://www.linkedin.com/in/shantanu-bombatkar/ 
# End of File
Download synopsysvcs.gitignore

List Of Files and Folders That Get Ignored using this Gitignore code

Above Code Helps ignore following files from synopsysvcs Project

Waveform formats

Default name of the simulation executable. A different name can be

specified with this switch (the associated daidir database name is

also taken from here): -o <path>/<filename>

Generated for Verilog and VHDL top configs

Infrastructure necessary to co-simulate SystemC models with

Verilog/VHDL models. An alternate directory may be specified with this

switch: -Mdir=<directory_path>

Log file - the following switch allows to specify the file that will be

used to write all messages from simulation: -l <filename>

Coverage results (generated with urg) and database location. The

following switch can also be used: urg -dir <coverage_directory>.vdb

DVE and UCLI related files.

When the design is elaborated for DirectC, the following file is created

with declarations for C/C++ functions.

If you have any questions or suggestions please feel free to contact us


Feedback is the most important part of any website.

If you have any query, suggestion or feedback, Please feel free to contact us.