Skip to content

Instantly share code, notes, and snippets.

@iDoka
Last active December 6, 2023 19:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iDoka/6147ea6cf320f09d7ca39477b090486a to your computer and use it in GitHub Desktop.
Save iDoka/6147ea6cf320f09d7ca39477b090486a to your computer and use it in GitHub Desktop.
Vivado .gitignore
#########################################################################################
## 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
@sahasam
Copy link

sahasam commented Dec 6, 2023

yoink

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment