-
Notifications
You must be signed in to change notification settings - Fork 446
Expand file tree
/
Copy path.gitignore
More file actions
182 lines (158 loc) · 2.56 KB
/
Copy path.gitignore
File metadata and controls
182 lines (158 loc) · 2.56 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
#
#Executables and generated files
#
*.exe
#Install
bin/
#
# Cmake build system
#
CMakeCache.txt
CMakeFiles
build
build_cov
#
# Repo-local Qt6 SDK provisioned by dev/ensure_qt6_sdk.sh
#
/qt6/
#
#VTR Flow/Tasks
#
vtr_flow/tasks/**/run[0-9]*
vtr_flow/tasks/**/run_latest
vtr_flow/tasks/**/latest
vtr_flow/tasks/**/qor_geomean.txt
vtr_flow/tasks/**/task_summary/
quick_test/*
temp/
#
# Titan benchmarks
#
# We ignore the Titan netlists because of thier large size, and the
# Titan architectures since they need to be kept in sync with the
# netlists.
#
titan_release*.tar.gz
vtr_flow/arch/titan/*.xml
vtr_flow/benchmarks/titan_blif/other_benchmarks
vtr_flow/benchmarks/titan_blif/titan23
vtr_flow/benchmarks/titan_blif/titanium
#
# NoC MLP benchmarks
#
# We ignore blif and vqm files because of thier large size.
# We also ignore symbolic links to traffic flow and blif files.
#
vtr_flow/benchmarks/noc/Large_Designs/MLP/**/*.vqm
vtr_flow/benchmarks/noc/Large_Designs/MLP/**/*.blif
vtr_flow/benchmarks/noc/Large_Designs/MLP/blif_files/*
vtr_flow/benchmarks/noc/Large_Designs/MLP/traffic_flow_files/*
MLP_Benchmark_Netlist_Files_blif.tar.gz
MLP_Benchmark_Netlist_Files_vqm_blif.tar.gz
#
# ISPD benchmarks
#
# We ignore the ISPD netlists because of thier large size.
#
ispd_benchmarks_vtr*.tar.gz
vtr_flow/benchmarks/ispd_blif/*.blif
#
# SymbiFlow benchmarks
#
# We ignore the SymbiFlow netlists and architectures because of thier large size.
#
*symbiflow*.tar.xz
vtr_flow/arch/symbiflow/*.bin
vtr_flow/arch/symbiflow/*.xml
vtr_flow/benchmarks/symbiflow/*.eblif
vtr_flow/benchmarks/symbiflow/sdc/*.sdc
# Hecate 2.5D and 3D architecture family
# These are auto generated from a few baseline architectures
vtr_flow/arch/multi_die/hecate/interposer/hecate_25D
vtr_flow/arch/multi_die/hecate/3d/hecate_3D
#
# Cloud9 Directory
#
.c9/
.buildconfig
#
# Log Files
#
*.log
*.log.sh
vgcore*
#
# VPR Result files
#
*.net
*.place
*.route
*.out
*.bin
#
# FASM result files
#
*.fasm
#
#Odin test outputs
#
odin_ii/log
odin_ii/regression_test/run[0-9]*
odin_ii/temp/*
odin_ii/usefull_tools/**/run[0-9]*
odin_ii/usefull_tools/**/track_completed
#
#C/C++
#
*.d
*.o
*.a
#
#Python
#
*.pyc
/.venv
#
#Vim
#
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
#
# LibreOffice
#
\.~lock*\#
#
#Ctags
#
.tags*
tags
#
# VS Code
#
.vscode
.history
.cache
#eclipse project
.project
#
# CLION
#
.idea
cmake-build-debug
cmake-build-release
/.metadata/
#
# Clangd
#
compile_commands.json
.clangd
vpr/test/gui/golden/tmp/*
#
# Mosaic QoR compare output
#
/compare_output_*/
mosaic/scripts/compare_output_*/