klayout/src
Matthias Köfferlein b413cb9d74
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:47:57 +02:00
..
ant Basic refactoring: Action -> Action* 2020-02-13 00:16:37 +01:00
buddies Fixed an issue in the strmxor implementation (output_cell wasn't initialized) 2020-04-25 23:23:40 +02:00
db Netlist compare: Ambiguity resolution through name matching now default (can be turned off) (#594) 2020-06-29 20:47:57 +02:00
drc Implemented #579 (perimeter_only mode for antenna check) (#582) 2020-06-05 10:55:07 +02:00
edt Implemented #560 (multiple technologies on libraries) (#576) 2020-06-05 10:58:53 +02:00
fontgen Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
gsi Cherry-picked MacOS fixes into master 2020-06-27 01:47:35 +02:00
gsiqt Fixed problem of missing exec_ documentation 2020-04-22 08:07:22 +02:00
gtfui Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
img Attempt to fix MSVC builds 2020-05-03 10:13:12 +02:00
klayout_main Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
lay Netlist compare: Ambiguity resolution through name matching now default (can be turned off) (#594) 2020-06-29 20:47:57 +02:00
laybasic Merge pull request #580 from KLayout/drawing-performance2 2020-06-28 16:14:48 +02:00
lib Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
lvs Netlist compare: Ambiguity resolution through name matching now default (can be turned off) (#594) 2020-06-29 20:47:57 +02:00
lym Merge branch 'app-refactoring' into doc-args 2020-03-15 21:32:39 +01:00
plugins Merge pull request #580 from KLayout/drawing-performance2 2020-06-28 16:14:48 +02:00
pya Some small fixes to make clang-analyze happy. 2020-04-26 09:33:10 +02:00
pyastub Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
pymod Exceptions must not be strings in Python 2020-04-25 23:25:53 +02:00
rba Implemented #560 (multiple technologies on libraries) (#576) 2020-06-05 10:58:53 +02:00
rbastub Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
rdb Implemented #522 (skip // lines in RVE reader) (#583) 2020-06-05 12:11:02 +02:00
tl Merge pull request #580 from KLayout/drawing-performance2 2020-06-28 16:14:48 +02:00
unit_tests 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 00:25:56 +02:00
version Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
app.pri Fixed installation target for .exe's 2017-08-27 19:34:16 +02:00
klayout.pri Enable Qt-less build of unit tests on Windows in debug mode and without iterator assertions 2020-03-03 22:19:31 +01:00
klayout.pro Enable Qt-less build of unit tests on Windows in debug mode and without iterator assertions 2020-03-03 22:19:31 +01:00
lib.pri Proper naming of DLL's. 2017-08-27 18:17:00 +02:00
lib_ut.pri First steps towards enablement of MSVC2017 for pymod. A lot of things to TODO yet ... 2018-08-04 18:02:39 +02:00
with_all_libs.pri WIP: more refactoring. 2019-07-06 09:15:33 +02:00