Skip to content

Commit 62e2ab8

Browse files
authored
Merge pull request #22 from DegateCommunity/updated-readme-2023
Updated readme 2023
2 parents da20d5f + 2da23c2 commit 62e2ab8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CONTRIBUTORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Here you will find all the people who have contributed to Degate.
1212

1313
## Contributors
1414

15+
- [Wouter Visser](https://github.com/Fusion86)
16+
- [Alessandro Gatti](https://github.com/agatti)
1517
- [Maxim Poliakovski](https://github.com/maximumspatium)
1618
- [Epifanov Ivan](https://github.com/isage)
1719
- [Thomas Roth](https://github.com/nezza)

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
<img src="https://img.shields.io/github/issues/DegateCommunity/Degate" /></a>
1010
<a href="https://github.com/DegateCommunity/Degate/commits/develop" alt="Last Commit">
1111
<img src="https://img.shields.io/github/last-commit/DegateCommunity/Degate/develop" /></a>
12-
<a href="https://github.com/DegateCommunity/Degate/releases" alt="Last Release">
13-
<img src="https://img.shields.io/github/release-date-pre/DegateCommunity/Degate" /></a>
1412
<a href="https://github.com/DegateCommunity/Degate/graphs/contributors" alt="Contributors">
1513
<img src="https://img.shields.io/github/contributors/DegateCommunity/Degate" /></a>
1614
</p>
@@ -23,7 +21,7 @@
2321

2422
&nbsp;
2523

26-
Degate is a multi-platform software for semi-automatic VLSI reverse engineering of digital logic in chips. This project is a fork of the initial Degate project, the final goal is to replace it. For more please visit our [wiki](https://github.com/DegateCommunity/Degate/wiki) page and, if you want to chat, visit our [Gitter](https://gitter.im/DegateCommunity/Degate). The current main maintainer of Degate is [Dorian Bachelot](https://github.com/DorianBDev).
24+
Degate is a multi-platform software for semi-automatic VLSI reverse engineering of digital logic in chips. This repository is a continuation of the original Degate project, with major changes and a new maintainer. For more please visit our [wiki](https://github.com/DegateCommunity/Degate/wiki) page and, if you want to chat, visit our [Gitter](https://gitter.im/DegateCommunity/Degate). The current main maintainer of Degate is [Dorian Bachelot](https://github.com/DorianBDev).
2725

2826
&nbsp;
2927

@@ -53,17 +51,17 @@ Degate is a multi-platform software for semi-automatic VLSI reverse engineering
5351

5452
## Little history
5553

56-
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).
54+
Degate was actively developed by Martin Schobert, during his thesis, from 2008 to 2011. From 2013 to 2018, the project was mainly inactive and only got some small fixes over the years. At this time, the project was composed of a library (libGate) and a GUI interface (Degate).
5755

58-
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.
56+
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 that Degate was known to be unstable and have impacting bugs in a first place.
5957

60-
You can visit the initial project website to learn more:
58+
You can browse the old Degate code [here](https://github.com/DegateCommunity/Degate/tree/old-degate) and the old repository here:
6159

62-
http://degate.org
60+
https://github.com/nitram2342/degate
6361

6462
## Current status
6563

66-
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.
64+
This project replace the old Degate, with a focus on Windows, Linux and MacOS support, getting better stability and general modernization. To achieve this the first step was to drop GTK, 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.
6765

6866
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).
6967

@@ -233,7 +231,7 @@ Languages:
233231
- Italian (0%),
234232
- Korean (0%).
235233

236-
To add a new language opens a new issue.
234+
To add a new language opens a new issue, or use our Crowdin project: https://crowdin.com/project/degate.
237235

238236
# License
239237

0 commit comments

Comments
 (0)