This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
changelog
133 lines (94 loc) · 5 KB
/
changelog
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
degate (0.1.3) unstable; urgency=low
* Several improvements and bugfixes
* Test projects moved into Git repository
-- Martin Schobert <[email protected]> Sun, 23 Sep 2018 19:20:00 +0100
degate (0.1.2) unstable; urgency=low
* Integrated the undo feature from Robert Nitsch into degate
-- Martin Schobert <[email protected]> Wed, 29 Sep 2012 15:00:00 +0100
degate (0.1.1) unstable; urgency=low
* Bugfix release
-- Martin Schobert <[email protected]> Mon, 23 Apr 2012 17:56:00 +0100
degate (0.1.0) unstable; urgency=low
* Toggle fullscreen mode with F11
* Generate verilog code stubs and testbench stubs for standard cells
* Run a compile test for verilog code stubs directly from the Gate Edit Dialog (requires Icarus Verilog).
* Run gtkwave directly from the Gate Edit Dialog.
* Integrated via matching (cross-correlation).
* Migrated code-base in order to support the new boost::filesystem version 3. Version 2 is still supported, too.
-- Martin Schobert <[email protected]> Wed, 19 Jan 2011 12:00:00 +0100
degate (0.0.9) unstable; urgency=low
* Scan for vias on adjacent layers and connect them.
* Integrated color settings for wires, vias, ... into project settings.
* Added font size as project setting.
* Bugfix: Software crashed on opening projects (OS X).
* Added a new logic model type: EMarker, which are electrically connectable marker objects.
* Snap gates to a corridor of standard cell placements.
* Implemented highlighting of adjacent objects.
* Toggle info rendering with Ctrl-3.
* Implemented autonaming of standard cells according to their row and column position.
* Found workaround for texture memory leak on OSX.
* Fixed several rendering problems.
* Improved Design Rule Checks and the DRC violation dialog.
* Allow a persistent blacklisting of DRC violations.
-- Martin Schobert <[email protected]> Wed, 19 Jan 2011 12:00:00 +0100
degate (0.0.8) unstable; urgency=low
* Rewritten rendering engine: it uses OpenGL.
* Added a jpeg image importer.
* Several bugfixes
* Merging of standard cell template images. That will increase the recognition rate and reduces false-positive matches.
* Added global tile cache manager.
* template matching improved
* Implemented interface to use external tools for the wire and via matching.
* Added library and GUI code to perform Design Rule Checks.
-- Martin Schobert <[email protected]> Thu, 15 Apr 2010 09:51:00 +0100
degate (0.0.7) unstable; urgency=low
* Core completely rewritten in C++. The core is now called libdegate.
* Degate now uses cmake to build the code.
* Degate now uses a tile based approach to handle large images.
* Added basic support for distributed wire tracing.
* Implemented autosave and restore.
* Added support for behavioural description of standard cells in VHDL, Verilog and free text.
* Added support for the autogeneration of VHDL and VHDL testbench code.
* Support for enabling/disabling and re-ordering of layers added.
* Annotations (a kind of 2D-boomarks) added.
* Basic support for module hierarchy added.
* Support for subprojects added.
* Basic support for wire matching added.
-- Martin Schobert <[email protected]> Sun, 15 Nov 2009 23:42:00 +0100
degate (0.0.6) unstable; urgency=low
* improved grid configuration
* focus removed from quit button and set to image area
* improved connection inspector
* gate list / gate selection: sortable rows, more attributes displayed
* dedicated toolbar icons added
* open projects via command line
* added scaling manager: handle prescaled images (bicubical scaling)
* template matching: select multiple gates for matching, work on scaled images
* more API documentation
* project attributes added: project name and project descr.
* gates and gate ports can have colors - wires and vias too, but there is no UI
* handling unregular grids
* naming gate objects by position
* precompiler macro fix: improved architecture detection (thanks to mazzoo)
-- Martin Schobert <[email protected]> Wed, 30 Mar 2009 12:00:00 +0100
degate (0.0.5) unstable; urgency=low
* select gate ports
* inspect connections
* join/ unjoin objects
* several Bugfixes, e.g.
* Write logic model to temp file first and rename it afterwars. This prevents
data loss, if writing fails.
-- Martin Schobert <[email protected]> Wed, 25 Mar 2009 15:07:10 +0100
degate (0.0.4) unstable; urgency=low
* Template matching improved
* several Bugfixes
-- Martin Schobert <[email protected]> Fri, 13 Mar 2009 17:30:23 +0100
degate (0.0.3) unstable; urgency=low
* Problem with shift-release event fixed
-- Martin Schobert <[email protected]> Sat, 31 Jan 2009 06:23:42 +0100
degate (0.0.2) unstable; urgency=low
* applied patch from Eric Preston. Code now complies on Feodora10 with newer sigc++22-devel headers
-- Martin Schobert <[email protected]> Fri, 19 Dec 2008 14:54:37 +0100
degate (0.0.1) unstable; urgency=low
* Initial package
-- Martin Schobert <[email protected]> Fri, 19 Dec 2008 14:54:37 +0100