initial commit

This commit is contained in:
2024-10-01 10:39:56 -07:00
commit 5520d6d716
54 changed files with 2855 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# 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