klayout/testdata
Matthias Köfferlein 7d78194cf0
Issue 1021 (#1026) - LVS match issue on SRAM sample
* First step for solution:

Problem was: the ambiguity resolver was making decisions which later resulted in
a name conflict. Later on, another branch of the backtracking algorithm came
across the same situation but decided based on names, creating an conflict.

First part of the solution is to establish the backtracking information
during ambiguity resolution and using that rather than an alternative branch
later on. This avoids this conflict, but does not favor names as mandated
by the "use_names" flag. This will be the second step of the solution.

* Bugfixed solution (partially)

* Introducing third pass in netlist compare

The second pass is "ambiguity resolution by name" and
is skipped if "consider_net_names" is false. The third
pass then is ignoring the names.

* Bugfix

* Comment fixed, test updates

* Added tests

* Added test data variant for CentOS 8
2022-03-15 21:14:32 +01:00
..
algo Bug fixes, enhancements, tests for snap and scale improvements. 2022-02-18 14:22:16 +01:00
bd Implemented issue-982 (heal option for strmxor) (#1004) 2022-02-13 10:04:25 +01:00
bool Added a testcase for two-boolean edge processor. 2020-06-14 16:50:34 +02:00
buddies Updated copyright to 2022, preparations for 0.27.6 (was delayed due to code signing certificate issues) 2022-01-04 21:20:04 +01:00
cif Fixed issue-972 (#1003) 2022-02-12 18:08:52 +01:00
drc Issue 1011 (#1027) - DRC violation on texts in deep mode 2022-03-15 21:13:57 +01:00
dxf Issue 1017 (#1023) 2022-03-10 19:15:35 +01:00
gds issue-996 Providing a "refresh" function for triggering a refresh from inside t… (#998) 2022-02-12 21:26:28 +01:00
gds2_txt
img Issue #535 (Image handling enhancements) (#551) 2020-05-02 13:45:20 +02:00
klayout_main Updated copyright to 2022, preparations for 0.27.6 (was delayed due to code signing certificate issues) 2022-01-04 21:20:04 +01:00
lay Fixed two more unit tests and renamed new 'define_layer' to 'define_opt_layer' for disambiguation 2019-05-29 01:22:11 +02:00
lefdef Updated test data 2021-06-11 00:03:37 +02:00
lvs Issue 1021 (#1026) - LVS match issue on SRAM sample 2022-03-15 21:14:32 +01:00
lym Added missing file. 2020-09-13 23:29:15 +02:00
magic Small bugfix for MAG writer + tests. 2019-12-08 20:25:25 +01:00
net_tracer Updated testdata with new variant because of unordered set fluctuation. 2021-01-23 22:31:17 +01:00
oasis Fixed issue #1013 2022-03-01 00:41:26 +01:00
other
pymod Added a test case for klayout.lib 2022-02-06 23:28:51 +01:00
python Merge branch 'master' into qt6 2022-01-21 15:43:33 +01:00
ruby Merge pull request #992 from KLayout/api-enhancements 2022-02-18 23:28:28 +01:00
sessions Follow-up on #353 (sessions paths relative to session file) 2019-09-18 22:05:37 +02:00
tl Added tests, fixed implementation 2021-12-15 23:18:42 +01:00
vendor/ruby/test Fixed an internal error happening when a librrary isn't registered and destroyed by the GC 2020-08-30 11:35:30 +02:00