Skip to content

Commit f019c64

Browse files
authored
vivado gitignore
1 parent a57d5f8 commit f019c64

1 file changed

Lines changed: 69 additions & 1 deletion

File tree

.gitignore

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,72 @@ test_run_dir/
77
quartus/
88
.bsp/
99
.bloop/
10-
.direnv/
10+
.direnv/
11+
12+
13+
## log files
14+
*.log
15+
*.jou
16+
*.rpt
17+
*.vdi
18+
19+
## bitstream
20+
*.bit
21+
*.bin
22+
*.mcs
23+
*.svf
24+
*.image
25+
26+
## netlist
27+
*.edf
28+
*.edif
29+
*.vn
30+
*.vm
31+
32+
## SDF
33+
*.sdf
34+
35+
## sim dump
36+
*.vcd
37+
*.saif
38+
*.tcf
39+
*.wdb
40+
41+
## others
42+
unisims
43+
44+
## C-files
45+
*.elf
46+
*.a
47+
*.sa
48+
*.so
49+
*.lib
50+
51+
## dirs
52+
vivado.cache/
53+
vivado.hw/
54+
vivado.ip_user_files/
55+
vivado.runs/
56+
vivado.sim/
57+
58+
###### for Xilinx Vivado|ISE
59+
.Xil/
60+
.cache/
61+
fsm_encoding.os
62+
tab_*/
63+
webtalk.*
64+
vivado_pid*.str
65+
hs_err_pid*
66+
xelab.*
67+
xsim.*
68+
xvlog.*
69+
*.cache
70+
*.sim
71+
*.runs
72+
*.hw
73+
*.backup.*
74+
*.debug
75+
76+
## checkpoint files
77+
*.dcp
78+

0 commit comments

Comments
 (0)