Matthias Koefferlein
28bf5259d1
Updated changelogs.
2020-07-07 18:28:12 +02:00
Matthias Koefferlein
408c66fec0
Updated changelog.
2020-07-07 18:27:27 +02:00
Matthias Köfferlein
2576d0a8af
Fixed #609 (internal error on netlist extract) ( #610 )
...
Reason was: when caching instance-to-instance interactions,
the array descriptions need to be normalized too.
2020-07-07 18:25:53 +02:00
Matthias Koefferlein
c47532e340
Fixed a porting issue.
2020-07-05 22:02:52 +02:00
Matthias Koefferlein
711f57c594
Updated version info to 0.26.7.
2020-07-05 21:33:50 +02:00
Matthias Koefferlein
f1c632a7c8
Updated Changelog.
2020-07-05 18:55:19 +02:00
Matthias Köfferlein
3dbd50627e
Implemented #603 (Coordinates for adjust origin) ( #604 )
2020-07-05 18:43:35 +02:00
Matthias Köfferlein
1d5275d22f
Implemented #586 (issues with duplicate cell names) ( #605 )
...
As discussed in the ticket, the implementation will
check for unique cell names upon *writing* of a layout
file.
2020-07-05 18:43:04 +02:00
Matthias
c6798c090b
Fixed another porting issue.
2020-07-05 05:53:12 -07:00
Matthias
af34116b81
Fixed compile issue happend during porting of Cell#transform from master to 0.26
2020-07-05 05:36:51 -07:00
Matthias Koefferlein
5d70a5ade6
Candidate for fix.
2020-07-05 14:10:39 +02:00
Matthias Köfferlein
0507d72d57
Fixed #591 (two topics for macro editor) ( #595 )
...
* Fixed #591 (crash on Macro/Add Location)
The main reason was that the QSortFilterProxyModel is very sensitive
to the order of signals it receives from the proxy model.
In this case, dataChanged() must not be send between layoutAboutToBeChanged()
and layoutChanged(). This happened implicitly during load() of a macro while
scanning the freshly added folder.
* Fixed another part of #591 : ability to disable template selection pop-up in macro editor. Tied to the tip window now - if this is dismissed, no template selection dialog will be shown.
2020-07-03 23:43:49 +02:00
Matthias Köfferlein
3d20290499
Fixed #596 (crash on library _destroy) ( #597 )
2020-07-03 23:43:45 +02:00
Matthias Köfferlein
ec4fefdfbe
Implemented issue #598 (Cell#transform) ( #600 )
2020-07-03 23:43:39 +02:00
Matthias Köfferlein
c416c7faf9
Fixed #592 (layer mapping issue) ( #601 )
2020-07-03 23:43:24 +02:00
Matthias Koefferlein
5ed1e27faf
Updated Changelog.
2020-06-29 20:58:12 +02:00
Matthias Köfferlein
d49689078a
Netlist compare: Ambiguity resolution through name matching now default (can be turned off) ( #594 )
...
* WIP: some refactoring
* WIP: some refactoring
* Netlist compare: introducing ambiguity resolution by net names
By default now net names are used for resolving ambiguities.
If net names match, they will be used to associate nets if the
choice is ambiguous. This is usually much faster and more reliable
than trying to resolve ambiguities through topology analysis.
This feature can be disabled using "consider_net_names(false)" in
the LVS script.
* Some refactoring, Jenkinsfile modified for better test coverage
2020-06-29 20:52:04 +02:00
Matthias Koefferlein
2ea5622741
Another golden testdata update for Windows.
2020-06-27 20:53:08 +02:00
Matthias Koefferlein
f31803f332
Golden test data for Ubuntu 20 and Windows, pipe output stream for Windows.
2020-06-27 20:52:01 +02:00
Matthias Koefferlein
a66cd2a5fc
Provide a new option -o for unit test runner which sends the log to a file. This way we don't capture qWarning in the XML JUnit logs.
2020-06-27 20:50:22 +02:00
Matthias Koefferlein
7e7916a47a
Updated changelog.
2020-06-27 20:49:54 +02:00
Matthias
a4c02357c3
Pipe streams supported for MacOS too.
2020-06-26 16:09:46 -07:00
Matthias
1da49fc50a
Added golden test data variant for MacOS
2020-06-26 08:48:14 -07:00
Matthias
018de2a9b0
Merge remote-tracking branch 'origin/netlist-compare-hardening' into macos-fixes
2020-06-26 08:45:52 -07:00
Matthias Koefferlein
c9e24f4050
Updated testdata
2020-06-26 17:44:54 +02:00
Matthias Koefferlein
910d99af16
Updated testdata
2020-06-26 17:43:51 +02:00
Matthias
91eca19b3a
Merge remote-tracking branch 'origin/netlist-compare-hardening' into macos-fixes
2020-06-26 08:00:13 -07:00
Matthias Koefferlein
acdca4bc73
Updated testdata, added tests for breadth-first compare mode
2020-06-26 16:54:26 +02:00
Matthias Koefferlein
f3c549ca73
Net compare algorithm enhancement (pre-analsysis of node connections for shortcut)
2020-06-26 16:33:16 +02:00
Matthias Koefferlein
3a680eb167
WIP: preserving the order of device and subcircuit assignments for test data reuse
2020-06-26 01:01:11 +02:00
Matthias Koefferlein
b4732d818d
WIP: proper checking of device and subcircuit topologiy - don't entirely rely on the equivalence deduction.
2020-06-26 00:22:30 +02:00
Matthias Koefferlein
08e6df238b
WIP: bugfixes, enhancements for netlist compare
2020-06-25 00:53:56 +02:00
Matthias Koefferlein
fed563c6d4
Finalization of the net compare algorithm change
...
This patch will allow the algorithm to consider
device and subcircuit equivalences during tentative
evaluation too.
2020-06-23 22:43:31 +02:00
Matthias Koefferlein
5cb1f63c63
Updated testdata
2020-06-23 21:56:04 +02:00
Matthias Koefferlein
2399833271
WIP: enhancement of the net compare algorithm.
2020-06-23 21:36:32 +02:00
Matthias Koefferlein
783f3e08df
Enhanced ambiguity resolution in netlist compare
...
The solution consists of considering device and subcircuit
equivalences during the evaluation of the node equivalence.
This will block certain paths and help resolving ambiguities
without creating contradictions.
2020-06-23 00:51:52 +02:00
Matthias Koefferlein
d65888fcd9
WIP: better handling of ambiguity resolution
2020-06-22 21:07:29 +02:00
Matthias Koefferlein
408a0b571d
Updated test cases
2020-06-22 21:07:16 +02:00
Matthias
29e8e148c9
Merge remote-tracking branch 'origin/netlist-compare-hardening' into macos-fixes
2020-06-21 14:46:51 -07:00
Matthias Koefferlein
b742542286
Remove net sorting which is not required and partially based on net pointers
2020-06-21 23:41:16 +02:00
Matthias
338e7ff862
Fixed GSI class registration under the conditions of unreliable RTTI information.
2020-06-20 14:17:13 -07:00
Matthias
ae2152eeda
Fixed a segfault happening because default-constructed iterators aren't null pointers on MacOS
2020-06-20 13:47:44 -07:00
Matthias
41dcb43a99
Fixed #493 (assertion in MacOS build)
...
Problem was: default-constructed iterators are not the same in clang's STL
2020-06-20 13:47:06 -07:00
Matthias Koefferlein
e71c0dcb23
Fixed a potential segfault.
2020-06-06 10:27:12 +02:00
Matthias Koefferlein
3f4c2a7e4a
Updated Changelog.
2020-06-05 12:16:41 +02:00
Matthias Koefferlein
ac44cdac83
Updated Changelog.
2020-06-05 12:12:57 +02:00
Matthias Köfferlein
3898810760
Implemented #522 (skip // lines in RVE reader) ( #583 )
2020-06-05 12:11:44 +02:00
Matthias Koefferlein
999d0a0751
Updated Changelog.
2020-06-05 10:59:56 +02:00
Matthias Köfferlein
cb199a489c
Implemented #560 (multiple technologies on libraries) ( #576 )
...
* First implementation.
* PORT BACK: fixed a few flaws (fixed-width side panel ..)
1. On "save as" the filename displayed in the cell view selection box
was not updated
2. The width of the library and cellview panel could not be reduced
below the width of the combo boxes in the headers. So the
panels might have become pretty wide without being able to reduce
them.
* Implemented #560 (multiple techs on libraries)
2020-06-05 10:59:10 +02:00
Matthias Koefferlein
478456fb0f
Updated Changelog.
2020-06-05 10:58:13 +02:00