-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path.gitignore
64 lines (54 loc) · 1.08 KB
/
.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
*~
**/_*.json
**/_*.txt
*.pyc
\#*\#
tests/bindings/python/ice40_test.json
GPATH
GTAGS
GRTAGS
.#*
# Simulator unit test files
tests/unit/*.o
tests/unit/a.out
tests/unit/gencode
tests/simulator/*.o
tests/simulator/a.out
tests/simulator/gencode/*.c
tests/simulator/gencode/*.cpp
tests/simulator/gencode/*.h
tests/simulator/obj_dir/
tests/simulator/*.json
tests/simulator/*.v
a.out
.DS_Store
bindings/
mops.v
test.v
tests/.DS_Store
tests/simulator/.DS_Store
tests/simulator/gencode/*.o
# Test utilities
revert_interp_only.sh
revert_stress_only.sh
interp_tests_only.sh
stress_only.sh
revert_sequential_only.sh
sequential_tests_only.sh
DesignTop_sim.cpp
DesignTop_sim.h
bit_vector.h
a.out.dSYM/
conv_3_1.o
include/verilogAST.hpp
tests/unit/bit_replacement.json
tests/unit/oh_fifo_generic.json
tests/unit/register_with_init.json
tests/unit/registered_connect_box.json
tests/unit/registered_switch_box.json
tests/unit/registered_switch_box.v
tests/unit/registered_switch_partially_evaluated.json
tests/unit/sb_unq1_registered.json
tests/unit/sb_unq1_safe_name.json
tests/unit/topModConfig.json
*.cmake