This website requires JavaScript.
Explore
Help
Sign In
riscv
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Projects
Releases
Wiki
Activity
0dd1e43dff
yosys
/
.gitattributes
3 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix GitHub misidentifying *.v files as Coq.
2020-06-19 01:08:18 -05:00
*.v linguist-language=Verilog
Make GIT_REV logic work in release tarballs Currently GIT_REV doesn't get set properly when building a release tarball. To fix this we arrange for .gitcommit to contain the (short) commit hash in tarballs generated with git-archive(1) using export-subst in gitattributes. This way the correct commit hash is (reproducibly) included in the release tarballs while not burdening the maintainers with updating it in the git repo. Please note this even works on Github and similar forges as they use git-archive for generating tarballs so this works out quite nicely.
2021-12-30 11:45:15 -06:00
/.gitcommit export-subst