forked from verilog-to-routing/vtr-verilog-to-routing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
144 lines (126 loc) · 1.71 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
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
#
#Executables and generated files
#
*.exe
#Install
bin/
#
# Cmake build system
#
CMakeCache.txt
CMakeFiles
build
#
#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/*.blif
vtr_flow/benchmarks/titan_blif/*.sdc
vtr_flow/benchmarks/titan_other_blif/*.blif
vtr_flow/benchmarks/titan_other_blif/*.sdc
#
# 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
#
# 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
#eclipse project
.project
#
# CLION
#
.idea
cmake-build-debug
cmake-build-release
/.metadata/