-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (50 loc) · 768 Bytes
/
Copy path.gitignore
File metadata and controls
62 lines (50 loc) · 768 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
# Ignore .log files in all subdirectories
**/*.log
logs/
.theia/*
.wsdata/*
# Ignore all .cache files and directories recursively
**/.cache/
**/hls/
*.lock
# Compiled object files
*.o
*.obj
*.a
*.lib
*.so
*.dll
# Build directories
/Debug/
/Release/
/build/
/impl/
/export/
/hw/
/sw/
# Temporary files
*.tmp
*.swp
*.swo
# JSON files
*.json
*.html
*.pb3
*.hlscompile_summary
*.hlsrun_cosim_summary
*.hlsrun_csim_summary
*.rpt
mac_log8/*
# mac_log8/mac_log8/mac_log8.hlsrun_csim_summary
# mac_log8/compile_commands.json
# mac_log8/hls_config.cfg
# mac_log8/vitis-comp.json
mac/mac/mac_nxn_array.zip
__pycache__/
*.pyc
# Vendored csim dependency (cloned by test_bench/Makefile)
.deps/
# Testbench binaries
test_bench/mac_tb
test_bench/add_tb
test_bench/mul_tb