-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
363 lines (287 loc) · 17.3 KB
/
index.html
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html>
<html lang="en-US">
<!-- CDN -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vuetify.js"></script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/vuetify.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css" rel="stylesheet">
<link href="./style/main.css" rel="stylesheet">
<!-- Head -->
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="degate.png"/>
<title>Degate</title>
</head>
<body>
<div id="app" v-cloak>
<v-app>
<!-- App bar -->
<v-app-bar app dense style="position: relative">
<!-- Logo -->
<v-img src="./degate.png" max-height="50" max-width="50"></v-img>
<!-- Toolbar title -->
<v-toolbar-title style="margin-left: 20px">Degate</v-toolbar-title>
<v-spacer></v-spacer>
<!-- Github -->
<v-btn plain large href="https://github.com/DegateCommunity/Degate" style="margin-right: 5px">
<v-icon left>fa-github</v-icon>
Github
</v-btn>
<!-- Bug tracker -->
<v-btn plain large href="https://github.com/DegateCommunity/Degate/issues" style="margin-right: 5px">
<v-icon left>fa-bug</v-icon>
Bug tracker
</v-btn>
<!-- Documentation -->
<v-btn plain large href="https://degate.readthedocs.io/en/latest/" style="margin-right: 5px">
<v-icon left>mdi-book</v-icon>
Documentation
</v-btn>
<!-- Downloads -->
<v-btn plain large href="#downloads" style="margin-right: 5px">
<v-icon left>mdi-download</v-icon>
Downloads
</v-btn>
<!-- Dark mode button -->
<v-btn plain icon @click="darkMode" large>
<v-icon v-if="!$vuetify.theme.dark">mdi-moon-waxing-crescent</v-icon>
<v-icon v-if="$vuetify.theme.dark">mdi-white-balance-sunny</v-icon>
</v-btn>
</v-app-bar>
<!-- Carousel -->
<div style="margin-top: 0px">
<v-carousel cycle height="400" hide-delimiter-background show-arrows-on-hover>
<v-carousel-item v-for="(item,i) in slides" :key="i" :src="item.src" reverse-transition="fade-transition" transition="fade-transition">
</v-carousel-item>
</v-carousel>
</div>
<v-main>
<!-- About Degate-->
<v-card style="margin-top: 10px; padding: 40px" tile id="about">
<!-- Title -->
<v-card-title class="justify-center">
About Degate
</v-card-title>
<!-- Text -->
<v-card-text style="padding-left: 20%; padding-right: 20%">
<v-container fluid>
<v-layout justify-center align-center>
<v-flex shrink>
<v-img src="./degate.png" width="200px"></v-img>
</v-flex>
</v-layout>
</v-container>
Degate is a multi-platform software for semi-automatic VLSI reverse engineering of digital logic in chips.
The current main maintainer of Degate is Dorian Bachelot.
<br/><br/>
Degate was actively developed by Martin Schobert, during his thesis, from 2008 to 2011.
For now, the project is inactive and only get some small fixes since 2011.
The project is composed of a library (libGate) and a GUI interface (Degate).
Degate has definitely a great potential, mainly because it is the only free and open-source software for hardware reverse engineering of chips,
but never knew how to impose itself in the community.
One possible reason for that is because Degate was known to be unstable and have impacting bugs in a first place.
<br/><br/>
This project aims to totally replace the old Degate, with a focus on Windows, Linux and MacOS support, getting better stability and general modernization.
To achieve this the aim was to drop GTK and move to Qt and merge the lib and the GUI part of the project.
Another objective was to minimize the number of dependencies, for now it uses only Boost and Qt and the mid-term objective is to only keep Qt and remove Boost.
<br/><br/>
The stability was the main problem of the old Degate and the main reason why the community hadn't already united around it.
Regarding that, we want to have fewer bugs as possible, even if some functionality needs to be dropped (for the moment).
<br/><br/>
For the moment we have (as functionalities):
<ul>
<li>OpenGL 3 support (better performances and evolutive),</li>
<li>Qt (bunch of tools, open-source and easy cross-platform),</li>
<li>Multi-platform support (official support for Linux, Windows and MacOS),</li>
<li>Multi-language support (for now only English and French are implemented),</li>
<li>UTF-8 support for the workspace (the main area of the software, where you can work on high-definition chips images),</li>
<li>Backward compatibility of old Degate project format,</li>
<li>Project configuration (elements color, project name, size…),</li>
<li>Layers configuration (type, position, background image…),</li>
<li>Gate and gate configuration (gate template, gate instance, behavior with VHDL and Verilog support and debugging),</li>
<li>Via and via configuration,</li>
<li>EMarker (Electric Marker) and emarker configuration,</li>
<li>Interconnection (electric connection between electric objects),</li>
<li>Template matching (for gates),</li>
<li>Grid,</li>
<li>Via matching (can be tricky),</li>
<li>Wire matching (need a rework),</li>
<li>Sub-projects,</li>
<li>Annotation and annotation configuration,</li>
<li>Light and dark theme support,</li>
<li>Rule checks,</li>
<li>Modules,</li>
<li>Connection inspector,</li>
<li>And much more…</li>
</ul>
</v-card-text>
</v-card>
<!-- Downloads -->
<div style="padding: 40px" id="downloads">
<v-card width="100%" outlined elevation="3">
<!-- Title -->
<v-card-title class="justify-center">
Downloads
<!-- Help button -->
<v-dialog v-model="dialog" width="500">
<template v-slot:activator="{ on, attrs }">
<v-btn text icon v-bind="attrs" v-on="on" style="margin: 2px">
<v-icon>
mdi-comment-question
</v-icon>
</v-btn>
</template>
<!-- Help dialog -->
<v-card>
<!-- Dialog title -->
<v-card-title class="headline lighten-2">
About downloads
</v-card-title>
<!-- Dialog text -->
<v-card-text>
Every download on this page is directly from Github (you can see it when hovering a download button).
This website is just a convenient way to get them, but in fact it's the same as downloading them directly
from the <a href="https://github.com/DegateCommunity/Degate/releases">Github releases page</a>.
<br><br>
Each download is created via Github actions, the task is automatic and performed by Github servers.
The sources used to create these downloads are those available on Github.
Therefore, there is no human intervention when creating them, this prevents any kind of security issue.
<br><br>
For more, please see the <a href="https://github.com/DegateCommunity/Degate/blob/develop/DOWNLOADS_SECURITY.md">downloads security notice</a>.
</v-card-text>
<v-divider></v-divider>
<!-- Dialog close button -->
<v-card-actions>
<v-spacer></v-spacer>
<v-btn color="primary" text @click="dialog = false">
Close
</v-btn>
</v-card-actions>
</v-card>
</v-dialog>
</v-card-title>
<!-- Release/Nightly tabs -->
<v-tabs fixed-tabs>
<!-- Tabs titles -->
<v-tab v-for="(download_cat, download_cat_key) in config['downloads']" :key="download_cat_key" v-if="download_cat['enabled']">
{{ download_cat_key }}: {{ download_cat['version'] }}
</v-tab>
<!-- Items -->
<v-tab-item v-for="(download_cat, download_cat_key) in config['downloads']" :key="download_cat_key" v-if="download_cat['enabled']">
<!-- Platforms tabs -->
<v-tabs fixed-tabs style="padding: 10px">
<!-- Tabs titles -->
<v-tab v-for="(platform, platform_key) in config['platforms']" :key="platform_key">
<v-icon left>
{{ platform['icon'] }}
</v-icon>
{{ platform_key }}
</v-tab>
<!-- Items -->
<v-tab-item v-for="(platform, platform_key) in config['platforms']" :key="platform_key">
<v-container width="100%">
<v-card width="100%" style="padding: 30px" elevation="5">
<v-row v-for="(download, download_key) in download_cat[platform_key]" :key="download_key" style="padding-top: 5px; padding-bottom: 5px">
<!-- Download -->
<v-card outlined width="100%" style="padding: 10px" elevation="0">
<!-- Name -->
<v-icon left>
{{ config['types'][download['type']]['icon'] }}
</v-icon>
<b> {{ config['types'][download['type']]['name'] }} </b>
<!-- Block -->
<v-container width="100%">
<v-row>
<!-- Info -->
<v-col>
{{ config['types'][download['type']]['info'] }}
<br/> <br/>
<div v-if="download['size'] !== ''" class="grey--text">
<b> Size: </b> <i> {{ download['size'] }} </i>
</div>
<div v-if="download['configuration'] !== ''" class="grey--text">
<b> Configuration: </b> <i> {{ download['configuration'] }} </i>
</div>
</v-col>
<!-- Download button -->
<v-col>
<v-btn class="button" width="100%" height="70" tile v-bind:href="download['url']">
<v-icon left>
mdi-download
</v-icon>
Download
</v-btn>
</v-col>
</v-row>
</v-container>
</v-card>
</v-row>
</v-card>
</v-container>
</v-tab-item>
</v-tabs>
</v-tab-item>
</v-tabs>
</v-card>
</div>
<!-- Links -->
<v-card style="margin-top: 5px" tile color="lighten-1" id="more">
<!-- Text -->
<v-card-text>
<v-container fluid>
<v-layout justify-center align-center>
<v-flex shrink>
<!-- Github -->
<v-btn text large href="https://github.com/DegateCommunity/Degate" style="margin-right: 5px">
<v-icon left>fa-github</v-icon>
Github
</v-btn>
<!-- Bug tracker -->
<v-btn text large href="https://github.com/DegateCommunity/Degate/issues" style="margin-right: 5px">
<v-icon left>fa-bug</v-icon>
Bug tracker
</v-btn>
<!-- Gitter -->
<v-btn text large href="https://gitter.im/DegateCommunity/Degate" style="margin-right: 5px">
<v-icon left>mdi-chat</v-icon>
Chat with us !
</v-btn>
<!-- Documentation -->
<v-btn text large href="https://degate.readthedocs.io/en/latest/" style="margin-right: 5px">
<v-icon left>mdi-book</v-icon>
Documentation
</v-btn>
<!-- Demo projects -->
<v-btn text large href="https://github.com/DegateCommunity/DegateDemoProjects" style="margin-right: 5px">
<v-icon left>mdi-layers</v-icon>
Demo projects
</v-btn>
<!-- Website sources -->
<v-btn text large href="https://github.com/DegateCommunity/degatecommunity.github.io" style="margin-right: 5px">
<v-icon left>mdi-web</v-icon>
Website sources
</v-btn>
</v-flex>
</v-layout>
</v-container>
</v-card-text>
</v-card>
</v-main>
<!-- Footer -->
<v-footer absolute app padless style="margin-top: 5px" width="100%">
<v-card flat tile width="100%" class="white--text text-center">
<v-card-text style="font-size: x-small">
This website was made by <a href="https://github.com/DorianBDev">Dorian Bachelot</a> and <a href="https://github.com/Atlanta53">Korantin Bordeau--Aubert</a>.
Degate is under GNU General Public License v3.0 license.
</v-card-text>
</v-card>
</v-footer>
</v-app>
</div>
<!-- Main script -->
<script src="scripts/main.js"></script>
</body>
</html>