-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
92 lines (85 loc) · 1.35 KB
/
Copy path.gitignore
File metadata and controls
92 lines (85 loc) · 1.35 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# ignore the build and run files
build/
sim_out/
obj_dir/
rvb_out/
# ignore memory files from test cases
*.hex
meminit.ver
verification/asm-tests/RV32I/*.elf
verification/asm-tests/RV32I/*.log
verification/asm-tests/RV32I/*.hex
*.bin
*.elf
# config files are auto-generated
source_code/include/component_selection_defines.vh
verification/c-firmware/custom_instruction_calls.h
# proprietary files
source_code/ram/altera_mf.v
source_code/ram/altera_mf.sv
source_code/ram/ram.sv
# backup files
source_code/fpga/*.bak
source_code/fpga/db
source_code/fpga/incremental_db
source_code/fpga/output_files
# Ignore open vim files
*.swp
# Ignore git merge temporary files
*.orig
# Ignore waf lock
*.lock-waf*
# Ignore files for commands for moving stuff around
*.cmd
mitll*
# Ignore temporary files created by gedit
*~
# Ignore test cache files
run_tests_cache.json
# Ignore log files and Verilator outputs
*.log
*.fst
memsim.dump
meminit.bin
# ignore files auto-generated by vscode.
_info
_vmake
*.qdb
*.qtl
*.qpg
# ignore python bytecode files
*.pyc
__pycache__/
# ignore xrun files
INCA_libs/
xcelium.d/
xrun.history
xrun.key
.simvision
waves.shm/
open_files.sh
# fusesoc
fusesoc_libraries
fusesoc.conf
# synthesis scripts
desflow1/
.vscode/
# uvm
work
mapped
fpga
transcript
*.wlf
README
*.swp
._*
*.log
*.deps
*.hex
*.ver
mti*
*.diff
system.summary
system_fpga.summary
*.vstf
*vsim*