klayout/testdata
Matthias Köfferlein 693b3f850e 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:18:08 +01:00
..
algo Added missing file 2021-12-26 11:14:40 +01:00
bd Implemented issue-982 (heal option for strmxor) (#1004) 2022-02-13 10:04:48 +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:09:42 +01:00
drc Issue 1011 (#1027) - DRC violation on texts in deep mode 2022-03-15 21:18:02 +01:00
dxf Issue 1017 (#1023) 2022-03-10 19:16:10 +01:00
gds issue-996 Providing a "refresh" function for triggering a refresh from inside t… (#998) 2022-02-12 21:27:15 +01:00
gds2_txt Initialized repository with current sources. 2017-02-12 13:21:08 +01:00
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:18:08 +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 17:18:52 +01:00
other Initialized repository with current sources. 2017-02-12 13:21:08 +01:00
pymod 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
python Fixed issue-969 plus a Qt warning 2022-01-12 22:49:20 +01:00
ruby issue-996 Providing a "refresh" function for triggering a refresh from inside t… (#998) 2022-02-12 21:27:15 +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