-
Notifications
You must be signed in to change notification settings - Fork 52
/
.gitignore
77 lines (64 loc) · 991 Bytes
/
.gitignore
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
70
71
72
73
74
75
76
77
firrtl.pdf
sim/*.v
sim/*.vcd
test.fuse
compiled/
README.html
*.o
benchmarks/_headers/
!benchmarks/_headers/fxp_sqrt.h
benchmarks/*.futil
*.pre
*.out
*.run*
target
*.bak
.DS_Store
*.png
*.dot
*.vcd
*.sav
node_modules
*.json
*.res
*.ipynb_checkpoints
*.old
book/
# fud ignore
fud/dist
fud/build
*.egg-info
__pycache__
*.pyc
*.tar.gz
*.jou
!.devcontainer/devcontainer.json
!.vscode/settings.json
!.vscode/launch.json
!.vscode/tasks.json
.idea/
# cocotb artifacts
tests/xilinx/cocotb/**/hdl
sim_build/
results.xml
# Ignore .fud2 cache
.fud2/
.fud2-*/
!cider-dap/calyxDebug/package.json
!cider-dap/calyxDebug/tsconfig.json
# btor2i ignore
tools/btor2/btor2i/build/
# profiling ignore
tools/profiler/data
tools/profiler/meta-logs
tools/profiler/fg-tmp
tools/profiler/handmade-flame-graphs/*/*.svg
tools/profiler/inst-check-tmp
temp/
# large queue .data and .expect files ignore
frontends/queues/tests/**/*.data
frontends/queues/tests/**/*.expect
# for running a venv
.venv
# emacs
*~