34 lines
558 B
Plaintext
34 lines
558 B
Plaintext
# Created by https://www.toptal.com/developers/gitignore/api/modelsim
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=modelsim
|
|
|
|
### ModelSim ###
|
|
# ignore ModelSim generated files and directories (temp files and so on)
|
|
[_@]*
|
|
|
|
# ignore compilation output of ModelSim
|
|
*.mti
|
|
*.dat
|
|
*.dbs
|
|
*.psm
|
|
*.bak
|
|
*.cmp
|
|
*.jpg
|
|
*.html
|
|
*.bsf
|
|
|
|
# ignore simulation output of ModelSim
|
|
wlf*
|
|
*.wlf
|
|
*.vstf
|
|
*.ucdb
|
|
cov*/
|
|
transcript*
|
|
sc_dpiheader.h
|
|
vsim.dbg
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/modelsim
|
|
|
|
!TESTPROGRAM/*.dat
|
|
!GOLDEN/*.dat
|
|
!OUTPUT/*.dat
|