Last active
December 6, 2023 19:22
-
-
Save iDoka/6147ea6cf320f09d7ca39477b090486a to your computer and use it in GitHub Desktop.
Vivado .gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################################################################### | |
## Project : Collect of various scripts for working with EDA-tools (ASIC/FPGA/etc) ## | |
## Link : https://github.com/iDoka/eda-scripts ## | |
## Description: .gitignore ## | |
## Usage : just rename or add contain to .gitignore ## | |
## License : MIT ## | |
######################################################################################### | |
## log files | |
*.log | |
*.jou | |
*.rpt | |
*.vdi | |
## bitstream | |
*.bit | |
*.bin | |
*.mcs | |
*.svf | |
*.image | |
## netlist | |
*.edf | |
*.edif | |
*.vn | |
*.vm | |
## SDF | |
*.sdf | |
## sim dump | |
*.vcd | |
*.saif | |
*.tcf | |
*.wdb | |
## others | |
unisims | |
## C-files | |
*.elf | |
*.a | |
*.sa | |
*.so | |
*.lib | |
## dirs | |
vivado.cache/ | |
vivado.hw/ | |
vivado.ip_user_files/ | |
vivado.runs/ | |
vivado.sim/ | |
###### for Xilinx Vivado|ISE | |
.Xil/ | |
.cache/ | |
fsm_encoding.os | |
tab_*/ | |
webtalk.* | |
vivado_pid*.str | |
hs_err_pid* | |
xelab.* | |
xsim.* | |
xvlog.* | |
*.cache | |
*.sim | |
*.runs | |
*.hw | |
*.backup.* | |
*.debug | |
## checkpoint files | |
*.dcp | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yoink