-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (52 loc) · 996 Bytes
/
Copy path.gitignore
File metadata and controls
66 lines (52 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Build outputs (Vivado generated)
build/
*.dcp
*.log
*.jou
*.wdb
*.pb
# Vivado temp files
.Xil/
*.str
*.bit
*.ltx
vivado*.backup.*
clockInfo.txt
dfx_runtime.txt
# Python
__pycache__/
*.pyc
*.pyo
# Test images (downloaded at runtime)
python/test_images/
# Simulation artifacts
*.vcd
*.wlf
xsim.dir/
# Generated images (sim/debug output)
*.png
*.jpg
!assets/*.png
!assets/*.jpg
# Generated test vectors (produced by python/generate_test_vectors.py)
sim/test_vectors/*.hex
sim/test_vectors/*.jpg
# RTP packetizer sim artifacts (produced by scripts/run_rtp_sim.py)
sim/rtp_test/
# Claude settings
.claude/
# Board example build artifacts (source is tracked; build output is not)
example_proj/*/build/
example_proj/*/build_vhdl/
example_proj/*/sim/cocotb/build_*/
# FuseSoC local config (machine-specific paths)
fusesoc.conf
# Local scratch directories
no_commit/
# Raw YUV422 capture / test data
*.yuyv
# Vivado timing report scratch
tight_setup_hold_pins.txt
# OS
Thumbs.db
.DS_Store