-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (57 loc) · 1.43 KB
/
Copy path.gitignore
File metadata and controls
69 lines (57 loc) · 1.43 KB
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
67
68
69
# Vivado build noise
vivado/**/*.jou
vivado/**/*.log
vivado/**/*.str
vivado/**/*.out
vivado/**/.Xil/
vivado/**/*.cache/
vivado/**/*.hw/
vivado/**/*.ip_user_files/
vivado/**/*.sim/
vivado/**/*.runs/
vivado/**/*.gen/
# Large generated bitstreams (keep partial/ recipes, not multi-MB outputs)
*.bit
*.bin
*.rbf
*.bif
*.ltx
# prjxray scratch
*.fasm.tmp
# DFX build scratch / preserved outputs (bitstreams already covered by *.bit)
vivado/**/m6_out/
vivado/**/m65_icap/
vivado/**/hd_visual/
vivado/**/build_m6.out
# Python
__pycache__/
*.pyc
# Editor / OS
*.swp
.DS_Store
# Installers / scratch (the 363MB Vivado web installer lives here)
tmp/
# Generated Vivado project trees (keep the build .tcl, not the outputs)
vivado/*/build/
vivado/*/build*/
vivado/*/ps_build/
vivado/**/artifacts/
# Local read-only copies of other projects (kept on disk as porting starting
# points, never published — they live in their own upstream/sibling repos).
rtl_src/
sw_src/
# M7.2 DCP-diff: bulky auto-generated pin constraints + Vivado DFX visual dir
vivado/dfx/apply_array_pins.tcl
vivado/dfx/apply_array_pins_loc.tcl
vivado/dfx/apply_array_anchors.tcl
hd_visual/
# Vivado working logs at repo root (from running vivado in repo dir)
/vivado.log
/vivado_*.backup.log
/vivado*.jou
/vivado_*.backup.jou
# M7.4 raw MNIST idx files (47MB; downloaded from OSSCI S3 mirror, not vendored)
/data/mnist/
# Vivado batch console/journal logs
vivado/**/*.console
vivado/**/*.jou