klayout/testdata/drc
Matthias Koefferlein 2b447854f9 Enhanced matching of blackbox/pin ambiguities
Previously: matching of blackbox pins was enforced
by using pin names for passive nets in the compare.
Problem: no match was achieved when pins are not
named or not named consistently.

In this case, it's desirable to treat them as
ambiguous.

The new solution is to let the ambiguity resolver handle
that using an extended definition of the net names:
it will take the pin name into account if an unnamed net
is attached to a pin.

In addition, net ambiguities are projected to pin
equivalence now. This also will propagate symmetry
through nested blocks (dbNetlistCompareTests:20_BusLikeConnections).
2021-07-08 23:54:20 +02:00
..
antenna_l1.gds Added DRC tests for antenna check. 2019-03-02 11:23:40 +01:00
compound_1.gds WIP: debugging 2020-12-25 15:00:52 +01:00
compound_2.gds WIP: debugging, test case for compound booleans 2020-12-26 00:06:49 +01:00
compound_3.gds WIP: debugging, test case for compound booleans 2020-12-26 00:06:49 +01:00
compound_4.gds WIP: more tests, debugging 2020-12-26 14:58:07 +01:00
compound_5.gds WIP: more tests, debugging 2020-12-26 14:58:07 +01:00
compound_6.gds WIP: more tests, debugging. 2020-12-26 15:41:20 +01:00
compound_7.gds WIP: more tests, debugging. 2020-12-26 15:41:20 +01:00
compound_8.gds WIP: more tests, debugging 2020-12-26 16:04:35 +01:00
compound_9.gds WIP: more tests, debugging 2020-12-26 17:06:44 +01:00
compound_10.gds WIP: more tests, debugging 2020-12-26 17:17:43 +01:00
compound_11.gds WIP: region/edge booleans, more tests, debugging 2020-12-26 17:48:53 +01:00
compound_12.gds WIP: region/edge booleans, more tests, debugging 2020-12-26 17:48:53 +01:00
compound_13.gds WIP: some refactoring to make functions available for DRC compound operations and to simplify binding 2021-01-01 23:20:11 +01:00
compound_14.gds More compound DRC operations (join, merge, count filter) 2021-01-04 21:34:12 +01:00
compound_15.gds More compound DRC operations (join, merge, count filter) 2021-01-04 21:34:12 +01:00
compound_16.gds WIP: a new concept for complex DRC - 'foreign' subjects 2021-01-05 22:49:30 +01:00
compound_au1.gds Generic DRC: new tests, bug fixes. 2021-01-06 11:59:47 +01:00
compound_au1d.gds Generic DRC: new tests, bug fixes. 2021-01-06 11:59:47 +01:00
compound_au2.gds WIP: debugging, test case for compound booleans 2020-12-26 00:06:49 +01:00
compound_au2d.gds WIP: more tests enabled for deep mode 2020-12-26 20:48:11 +01:00
compound_au3.gds Build error fixed, test cases updated. 2021-01-16 10:09:07 +01:00
compound_au3d.gds Build error fixed, test cases updated. 2021-01-16 10:09:07 +01:00
compound_au4.gds WIP: more tests, debugging 2020-12-26 14:58:07 +01:00
compound_au4d.gds WIP: more tests enabled for deep mode 2020-12-26 20:48:11 +01:00
compound_au5.gds WIP: more tests, debugging 2020-12-26 14:58:07 +01:00
compound_au5d.gds WIP: deep mode and complex DRC ops, debugging 2020-12-26 21:11:22 +01:00
compound_au6.gds WIP: more tests, debugging. 2020-12-26 15:41:20 +01:00
compound_au6d.gds WIP: deep mode and complex DRC ops, debugging 2020-12-26 21:11:22 +01:00
compound_au7.gds WIP: more tests, debugging. 2020-12-26 15:41:20 +01:00
compound_au7d.gds WIP: deep mode and complex DRC ops, debugging 2020-12-26 21:11:22 +01:00
compound_au8.gds WIP: more tests, debugging 2020-12-26 16:04:35 +01:00
compound_au8d.gds WIP: deep mode and complex DRC ops, debugging 2020-12-26 21:11:22 +01:00
compound_au9.gds WIP: more tests, debugging 2020-12-26 17:06:44 +01:00
compound_au9d.gds WIP: more tests enabled for deep mode 2020-12-26 20:48:11 +01:00
compound_au10.gds WIP: more tests, debugging 2020-12-26 17:17:43 +01:00
compound_au10d.gds WIP: more tests enabled for deep mode too. 2020-12-26 19:55:42 +01:00
compound_au11.gds WIP: region/edge booleans, more tests, debugging 2020-12-26 17:48:53 +01:00
compound_au11d.gds WIP: more tests enabled for deep mode too. 2020-12-26 19:55:42 +01:00
compound_au12.gds WIP: region/edge booleans, more tests, debugging 2020-12-26 17:48:53 +01:00
compound_au12d.gds WIP: Bugfixed deep processor (multi-input mode and input layer index), added tests 2020-12-26 19:43:51 +01:00
compound_au13.gds WIP: some refactoring to make functions available for DRC compound operations and to simplify binding 2021-01-01 23:20:11 +01:00
compound_au13d.gds WIP: some refactoring to make functions available for DRC compound operations and to simplify binding 2021-01-01 23:20:11 +01:00
compound_au14.gds Build error fixed, test cases updated. 2021-01-16 10:09:07 +01:00
compound_au14d.gds Build error fixed, test cases updated. 2021-01-16 10:09:07 +01:00
compound_au15.gds More compound DRC operations (join, merge, count filter) 2021-01-04 21:34:12 +01:00
compound_au15d.gds More compound DRC operations (join, merge, count filter) 2021-01-04 21:34:12 +01:00
compound_au16.gds WIP: a new concept for complex DRC - 'foreign' subjects 2021-01-05 22:49:30 +01:00
compound_au16d.gds WIP: a new concept for complex DRC - 'foreign' subjects 2021-01-05 22:49:30 +01:00
drcBasicTests_au.gds Updated test data. 2019-10-03 14:21:29 +02:00
drcGenericTests_1.drc Doc update, implemented != for DRC operations. 2021-01-10 21:36:58 +01:00
drcGenericTests_1.gds First test for generic DRC feature 2021-01-06 09:52:24 +01:00
drcGenericTests_2.drc Some bug fixes, doc update, test updates. 2021-01-16 00:32:06 +01:00
drcGenericTests_2.gds WIP: some development, bugfixing on DRC implementation - mainly about correct opposite filter operation 2021-01-06 23:39:51 +01:00
drcGenericTests_3.drc WIP: bug fixes, more tests for complex DRC 2021-01-09 15:56:55 +01:00
drcGenericTests_3.gds WIP: bug fixes, more tests for complex DRC 2021-01-09 15:56:55 +01:00
drcGenericTests_4.drc More tests, bug fixes. 2021-01-09 17:50:39 +01:00
drcGenericTests_4.gds More tests, bug fixes. 2021-01-09 17:50:39 +01:00
drcGenericTests_5.drc Added some tests for 'switch', small bug fix. 2021-01-15 17:32:39 +01:00
drcGenericTests_5.gds WIP: more tests on complex DRC ops 2021-01-09 18:40:32 +01:00
drcGenericTests_6.drc Implemented #808 (Feature suggestion: DRC to report edges attached to corners as edge pairs). Solution is available for DRC layers and universal DRC expressions. 2021-05-29 17:57:38 +02:00
drcGenericTests_6.gds Added missing files. 2021-01-09 23:10:51 +01:00
drcGenericTests_7.drc More tests for complex DRC 2021-01-09 23:23:50 +01:00
drcGenericTests_7.gds More tests for complex DRC 2021-01-09 23:23:50 +01:00
drcGenericTests_8.drc WIP: new tests for complex DRC ops. 2021-01-09 23:38:53 +01:00
drcGenericTests_8.gds More tests for complex DRC 2021-01-09 23:23:50 +01:00
drcGenericTests_9.drc Major enhancements for DRC feature (universal DRC) 2021-01-17 19:26:22 +01:00
drcGenericTests_9.gds WIP: new tests for complex DRC ops. 2021-01-09 23:38:53 +01:00
drcGenericTests_10.drc Added more tests, debugging. 2021-01-10 09:02:41 +01:00
drcGenericTests_10.gds Added more tests, debugging. 2021-01-10 09:02:41 +01:00
drcGenericTests_11.drc Some bug fixes, doc update, test updates. 2021-01-16 00:32:06 +01:00
drcGenericTests_11.gds Some bug fixes, doc update, test updates. 2021-01-16 00:32:06 +01:00
drcGenericTests_12.drc Test enhancement. 2021-01-10 20:19:02 +01:00
drcGenericTests_12.gds Added missing files, tests for angle and length (universal DRC), some clarifications and bug fixes. 2021-01-10 20:18:06 +01:00
drcGenericTests_13.drc WIP: documentation, local merging of polygon for interact, covering .. 2021-01-12 01:08:12 +01:00
drcGenericTests_13.gds WIP: documentation, local merging of polygon for interact, covering .. 2021-01-12 01:08:12 +01:00
drcGenericTests_14.drc Tests for new DRC features (square, new attiribute tests) 2021-01-13 13:35:37 +01:00
drcGenericTests_14.gds Tests for new DRC features (square, new attiribute tests) 2021-01-13 13:35:37 +01:00
drcGenericTests_15.drc New *_sum quantifiers, doc enhancements, bug fixing 2021-01-14 00:21:21 +01:00
drcGenericTests_15.gds New *_sum quantifiers, doc enhancements, bug fixing 2021-01-14 00:21:21 +01:00
drcGenericTests_16.drc WIP (shielding, various bug fixes) 2021-01-17 14:38:44 +01:00
drcGenericTests_16.gds WIP (shielding, various bug fixes) 2021-01-17 14:38:44 +01:00
drcGenericTests_17.drc WIP (shielding, various bug fixes) 2021-01-17 14:38:44 +01:00
drcGenericTests_17.gds WIP (shielding, various bug fixes) 2021-01-17 14:38:44 +01:00
drcGenericTests_18.drc Implemented with_holes for generic DRC too 2021-02-08 21:29:41 +01:00
drcGenericTests_18.gds Implemented with_holes for generic DRC too 2021-02-08 21:29:41 +01:00
drcGenericTests_au1.gds Doc update, implemented != for DRC operations. 2021-01-10 21:36:58 +01:00
drcGenericTests_au1d.gds Doc update, implemented != for DRC operations. 2021-01-10 21:36:58 +01:00
drcGenericTests_au2.gds Some bug fixes, doc update, test updates. 2021-01-16 00:32:06 +01:00
drcGenericTests_au2d.gds Some bug fixes, doc update, test updates. 2021-01-16 00:32:06 +01:00
drcGenericTests_au3.gds WIP: bug fixes, more tests for complex DRC 2021-01-09 15:56:55 +01:00
drcGenericTests_au3d.gds Major enhancements for DRC feature (universal DRC) 2021-01-17 19:26:22 +01:00
drcGenericTests_au4.gds Some bug fixes, doc update, test updates. 2021-01-16 00:32:06 +01:00
drcGenericTests_au4d.gds Some bug fixes, doc update, test updates. 2021-01-16 00:32:06 +01:00
drcGenericTests_au5.gds Added some tests for 'switch', small bug fix. 2021-01-15 17:32:39 +01:00
drcGenericTests_au5d.gds Added some tests for 'switch', small bug fix. 2021-01-15 17:32:39 +01:00
drcGenericTests_au6.gds Implemented #808 (Feature suggestion: DRC to report edges attached to corners as edge pairs). Solution is available for DRC layers and universal DRC expressions. 2021-05-29 17:57:38 +02:00
drcGenericTests_au6d.gds Implemented #808 (Feature suggestion: DRC to report edges attached to corners as edge pairs). Solution is available for DRC layers and universal DRC expressions. 2021-05-29 17:57:38 +02:00
drcGenericTests_au7.gds More tests for complex DRC 2021-01-09 23:23:50 +01:00
drcGenericTests_au7d.gds More tests for complex DRC 2021-01-09 23:23:50 +01:00
drcGenericTests_au8.gds WIP: new tests for complex DRC ops. 2021-01-09 23:38:53 +01:00
drcGenericTests_au8d.gds WIP: new tests for complex DRC ops. 2021-01-09 23:38:53 +01:00
drcGenericTests_au9.gds Major enhancements for DRC feature (universal DRC) 2021-01-17 19:26:22 +01:00
drcGenericTests_au9d.gds Major enhancements for DRC feature (universal DRC) 2021-01-17 19:26:22 +01:00
drcGenericTests_au10.gds Added more tests, debugging. 2021-01-10 09:03:39 +01:00
drcGenericTests_au10d.gds Added more tests, debugging. 2021-01-10 09:03:39 +01:00
drcGenericTests_au11.gds Some bug fixes, doc update, test updates. 2021-01-16 00:32:06 +01:00
drcGenericTests_au11d.gds WIP: more tests, bug fixes, new feature: deep_reject_odd_polygons, odd_polygons check disabled in deep mode 2021-01-10 18:46:01 +01:00
drcGenericTests_au12.gds Added missing files, tests for angle and length (universal DRC), some clarifications and bug fixes. 2021-01-10 20:18:06 +01:00
drcGenericTests_au12d.gds Added missing files, tests for angle and length (universal DRC), some clarifications and bug fixes. 2021-01-10 20:18:06 +01:00
drcGenericTests_au13.gds WIP: documentation, local merging of polygon for interact, covering .. 2021-01-12 01:08:12 +01:00
drcGenericTests_au13d.gds WIP: documentation, local merging of polygon for interact, covering .. 2021-01-12 01:08:12 +01:00
drcGenericTests_au14.gds Tests for new DRC features (square, new attiribute tests) 2021-01-13 13:35:37 +01:00
drcGenericTests_au14d.gds Tests for new DRC features (square, new attiribute tests) 2021-01-13 13:35:37 +01:00
drcGenericTests_au15.gds New *_sum quantifiers, doc enhancements, bug fixing 2021-01-14 00:21:21 +01:00
drcGenericTests_au15d.gds New *_sum quantifiers, doc enhancements, bug fixing 2021-01-14 00:21:21 +01:00
drcGenericTests_au16.gds WIP (shielding, various bug fixes) 2021-01-17 14:38:44 +01:00
drcGenericTests_au16d.gds WIP (shielding, various bug fixes) 2021-01-17 14:38:44 +01:00
drcGenericTests_au17.gds Major enhancements for DRC feature (universal DRC) 2021-01-17 19:26:22 +01:00
drcGenericTests_au17d.gds Major enhancements for DRC feature (universal DRC) 2021-01-17 19:26:22 +01:00
drcGenericTests_au18.gds Implemented with_holes for generic DRC too 2021-02-08 21:29:41 +01:00
drcGenericTests_au18d.gds Implemented with_holes for generic DRC too 2021-02-08 21:29:41 +01:00
drcSimpleTests_1.drc Fixed #805 - introducing layer.count and layout.hier_count for DRC 2021-05-26 22:11:47 +02:00
drcSimpleTests_2.drc Implemented #808 (Feature suggestion: DRC to report edges attached to corners as edge pairs). Solution is available for DRC layers and universal DRC expressions. 2021-05-29 17:57:38 +02:00
drcSimpleTests_3.drc DRC tests integrated now + refactoring 2017-08-23 23:19:36 +02:00
drcSimpleTests_4.drc Bugfix: Region#flatten and Edges#flatten did not update the merged cache to flat and Region#flatten did not produce PolygonRefs 2021-05-29 19:28:56 +02:00
drcSimpleTests_5.drc Fixed #807 - now supporting incremental connect and clear_connections in DRC/LVS 2021-05-24 21:56:57 +02:00
drcSimpleTests_5i.drc Fixed #807 - now supporting incremental connect and clear_connections in DRC/LVS 2021-05-24 21:56:57 +02:00
drcSimpleTests_6.drc Added DRC tests for antenna check. 2019-03-02 11:23:40 +01:00
drcSimpleTests_7.drc Implemented #579 (perimeter_only mode for antenna check) (#582) 2020-06-05 10:55:07 +02:00
drcSimpleTests_8.drc Fixed DRC texts methods, added tests. 2020-05-20 23:56:35 +02:00
drcSimpleTests_9.drc Test cases for DRC-based net extraction and flat extraction 2019-03-10 19:35:13 +01:00
drcSimpleTests_10.drc Custom devices for device extractor - tests in the DRC framework 2019-03-10 22:37:32 +01:00
drcSimpleTests_11.drc Added "device_scaling" to LVS 2019-07-24 00:16:47 +02:00
drcSimpleTests_12.drc WIP: fixed unit tests, bug fix in DeepRegion -> and and not shall return a DeepRegion always. 2019-06-24 20:56:20 +02:00
drcSimpleTests_13a.drc Fixed #281 (proper reporting of width/space violations in the kissing-corner case) 2019-06-17 20:48:07 +02:00
drcSimpleTests_13b.drc Fixed #281 (proper reporting of width/space violations in the kissing-corner case) 2019-06-17 20:48:07 +02:00
drcSimpleTests_14.drc Fixed #476 2020-01-23 17:56:20 +01:00
drcSimpleTests_14.gds Fixed #476 2020-01-23 17:56:20 +01:00
drcSimpleTests_15.drc Fixed #548 (shield issue on space) (#549) 2020-04-30 22:03:16 +02:00
drcSimpleTests_15.gds Fixed #548 (shield issue on space) (#549) 2020-04-30 22:03:16 +02:00
drcSimpleTests_16.drc Added test for deep Text extents 2020-05-31 02:29:54 +02:00
drcSimpleTests_16.gds Implemented solution for #570 (deep Edges::extents) 2020-05-31 01:55:05 +02:00
drcSimpleTests_17.drc Preparation for merge with master, fixed comments 2020-11-22 09:28:27 +01:00
drcSimpleTests_17.gds Preparation for merge with master, fixed comments 2020-11-22 09:28:27 +01:00
drcSimpleTests_18.drc Preparation for merge with master, fixed comments 2020-11-22 09:28:27 +01:00
drcSimpleTests_18.gds DRC enhancements: max_vertex_count, max_area_ratio and forget 2020-09-15 00:12:55 +02:00
drcSimpleTests_19.drc WIP: clarification on shielding: in two-layer checks, the second layer shields, but not the first one. 2021-01-07 00:01:47 +01:00
drcSimpleTests_19.gds Made shielding an option for some DRC features. 2020-09-16 23:44:44 +02:00
drcSimpleTests_20.drc split_* operations in DRC (interacting/non_interacting in one step), doc, tests. 2021-03-01 21:04:57 +01:00
drcSimpleTests_20.gds WIP: DRC 'enclosing' feature 2020-12-07 22:48:03 +01:00
drcSimpleTests_21.drc Preparation for merge with master, fixed comments 2020-11-22 09:28:27 +01:00
drcSimpleTests_21.gds Preparation for merge with master, fixed comments 2020-11-22 09:28:27 +01:00
drcSimpleTests_22.drc Added tests for opposite and rect filter. 2020-12-06 19:03:44 +01:00
drcSimpleTests_22.gds Added tests for opposite and rect filter. 2020-12-06 19:03:44 +01:00
drcSimpleTests_23.drc Added tests for opposite and rect filter. 2020-12-06 19:03:44 +01:00
drcSimpleTests_23.gds Added tests for opposite and rect filter. 2020-12-06 19:03:44 +01:00
drcSimpleTests_24.drc Unit test robustness against OS and compiler variations 2021-03-15 19:07:06 +01:00
drcSimpleTests_24.gds Fixed enclosing feature, added tests + DRC impl., DRC doc. 2020-12-08 22:44:33 +01:00
drcSimpleTests_25.drc More intuitive DRC specification of 'projection_limits' with 'projecting' and a condition 2021-01-13 15:58:55 +01:00
drcSimpleTests_25.gds WIP: bug fixes, more tests for complex DRC 2021-01-09 15:56:55 +01:00
drcSimpleTests_26.drc More robustness against test variations on different platforms. 2021-01-19 22:23:02 +01:00
drcSimpleTests_26.gds Tests for new DRC features (square, new attiribute tests) 2021-01-13 13:35:37 +01:00
drcSimpleTests_27.drc WIP (shielding, various bug fixes) 2021-01-17 14:38:44 +01:00
drcSimpleTests_27.gds WIP (shielding, various bug fixes) 2021-01-17 14:38:44 +01:00
drcSimpleTests_28.drc Reduce risk of DRC polygon split artefacts in deep mode (#722) 2021-02-05 23:28:04 +01:00
drcSimpleTests_28.gds Reduce risk of DRC polygon split artefacts in deep mode (#722) 2021-02-05 23:28:04 +01:00
drcSimpleTests_29.drc Added test case files. 2021-02-08 20:59:48 +01:00
drcSimpleTests_29.gds Added test case files. 2021-02-08 20:59:48 +01:00
drcSimpleTests_30.drc Provide a solution for #809 (density goes outside the area) 2021-05-29 10:16:30 +02:00
drcSimpleTests_30.gds Provide a solution for #809 (density goes outside the area) 2021-05-29 10:16:30 +02:00
drcSimpleTests_31.drc Global transformations for DRC and RecursiveShapeIterator 2021-03-21 23:09:09 +01:00
drcSimpleTests_31.gds Global transformations for DRC and RecursiveShapeIterator 2021-03-21 23:09:09 +01:00
drcSimpleTests_32.drc Global transformations for DRC and RecursiveShapeIterator 2021-03-21 23:09:09 +01:00
drcSimpleTests_32.gds Global transformations for DRC and RecursiveShapeIterator 2021-03-21 23:09:09 +01:00
drcSimpleTests_33.drc DRC: tiling mode with global transformation, debug + tested 2021-03-21 23:27:42 +01:00
drcSimpleTests_33.gds DRC: tiling mode with global transformation, debug + tested 2021-03-21 23:27:42 +01:00
drcSimpleTests_40.drc Renamed DRC tests to reduce merge conflicts. 2021-03-29 15:03:37 +02:00
drcSimpleTests_40.gds Renamed DRC tests to reduce merge conflicts. 2021-03-29 15:03:37 +02:00
drcSimpleTests_41.drc Renamed DRC tests to reduce merge conflicts. 2021-03-29 15:03:37 +02:00
drcSimpleTests_41.gds Renamed DRC tests to reduce merge conflicts. 2021-03-29 15:03:37 +02:00
drcSimpleTests_42.drc fill_with_left, implementation + tests 2021-03-29 20:58:16 +02:00
drcSimpleTests_42.gds fill_with_left, implementation + tests 2021-03-29 20:58:16 +02:00
drcSimpleTests_43.drc fill_with_left, implementation + tests 2021-03-29 20:58:16 +02:00
drcSimpleTests_43.gds fill_with_left, implementation + tests 2021-03-29 20:58:16 +02:00
drcSimpleTests_44.drc Added tests 2021-03-29 22:44:39 +02:00
drcSimpleTests_44.gds Added tests 2021-03-29 22:44:39 +02:00
drcSimpleTests_45.drc Added tests 2021-03-29 22:44:39 +02:00
drcSimpleTests_45.gds Added tests 2021-03-29 22:44:39 +02:00
drcSimpleTests_46.drc Fill feature: enhancements and debugging 2021-04-01 23:29:45 +02:00
drcSimpleTests_46.gds Fill feature: enhancements and debugging 2021-04-01 23:29:45 +02:00
drcSimpleTests_47.drc Fill feature: enhancements and debugging 2021-04-01 23:29:45 +02:00
drcSimpleTests_47.gds Fill feature: enhancements and debugging 2021-04-01 23:29:45 +02:00
drcSimpleTests_48.drc Bugfix: whole edge output for fragmented second input. No way to fix that for the compound ops. Restrict negative output for two-layer checks on first layer for the same reason. 2021-05-26 00:27:13 +02:00
drcSimpleTests_48.gds Bugfix: whole edge output for fragmented second input. No way to fix that for the compound ops. Restrict negative output for two-layer checks on first layer for the same reason. 2021-05-26 00:27:13 +02:00
drcSimpleTests_49.drc Implemented edge pair filters, DRC: with(out)_angle, with(out)_length and with(out)_distance 2021-05-28 23:46:52 +02:00
drcSimpleTests_49.gds Implemented edge pair filters, DRC: with(out)_angle, with(out)_length and with(out)_distance 2021-05-28 23:46:52 +02:00
drcSimpleTests_50.drc Fixed #826 - added test 2021-06-07 23:01:05 +02:00
drcSimpleTests_50.gds Fixed #826 - added test 2021-06-07 23:01:05 +02:00
drcSimpleTests_51.drc Implemented with(out)_angle, with(out)_area on edge pairs (DRC, GSI). Deprecated 'with(out)_angle' on polygon layers (DRC) as this is now redundant with 'corners' 2021-06-27 14:18:04 +02:00
drcSimpleTests_51.gds Implemented with(out)_angle, with(out)_area on edge pairs (DRC, GSI). Deprecated 'with(out)_angle' on polygon layers (DRC) as this is now redundant with 'corners' 2021-06-27 14:18:04 +02:00
drcSimpleTests_au1.gds A few bug fixes and test updates 2019-03-09 19:40:38 +01:00
drcSimpleTests_au2.gds Implemented #808 (Feature suggestion: DRC to report edges attached to corners as edge pairs). Solution is available for DRC layers and universal DRC expressions. 2021-05-29 17:57:38 +02:00
drcSimpleTests_au3.gds A few bug fixes and test updates 2019-03-09 19:40:38 +01:00
drcSimpleTests_au4.gds Bugfix: Region#flatten and Edges#flatten did not update the merged cache to flat and Region#flatten did not produce PolygonRefs 2021-05-29 19:28:56 +02:00
drcSimpleTests_au5.gds Fixed #807 - now supporting incremental connect and clear_connections in DRC/LVS 2021-05-24 21:56:57 +02:00
drcSimpleTests_au6.gds A few bug fixes and test updates 2019-03-09 19:40:38 +01:00
drcSimpleTests_au7.gds Implemented #579 (perimeter_only mode for antenna check) (#582) 2020-06-05 10:55:07 +02:00
drcSimpleTests_au8.gds Fixed DRC texts methods, added tests. 2020-05-20 23:56:35 +02:00
drcSimpleTests_au9a.cir Enhanced matching of blackbox/pin ambiguities 2021-07-08 23:54:20 +02:00
drcSimpleTests_au9b.cir WIP: fixed unit tests. 2019-04-12 00:31:48 +02:00
drcSimpleTests_au10a.cir WIP: fixed unit tests. 2019-04-12 00:31:48 +02:00
drcSimpleTests_au10b.cir WIP: fixed unit tests. 2019-04-12 00:31:48 +02:00
drcSimpleTests_au11a.cir WIP: fixed unit tests. 2019-04-12 00:31:48 +02:00
drcSimpleTests_au11b.cir WIP: fixed unit tests. 2019-04-12 00:31:48 +02:00
drcSimpleTests_au12a.cir netlist exaction: selective net joining with labels 2019-04-15 23:24:27 +02:00
drcSimpleTests_au13a.gds Fixed #281 (proper reporting of width/space violations in the kissing-corner case) 2019-06-17 20:48:07 +02:00
drcSimpleTests_au13b.gds Fixed #281 (proper reporting of width/space violations in the kissing-corner case) 2019-06-17 20:48:07 +02:00
drcSimpleTests_au14.gds Fixed #476 2020-01-23 17:56:20 +01:00
drcSimpleTests_au14_2.gds Fixed #476 2020-01-23 17:56:20 +01:00
drcSimpleTests_au15.gds Fixed #548 (shield issue on space) (#549) 2020-04-30 22:03:16 +02:00
drcSimpleTests_au16.gds Faster hierarchical edges. 2021-04-06 21:05:02 +02:00
drcSimpleTests_au17.gds Preparation for merge with master, fixed comments 2020-11-22 09:28:27 +01:00
drcSimpleTests_au18.gds DRC enhancements: max_vertex_count, max_area_ratio and forget 2020-09-15 00:12:55 +02:00
drcSimpleTests_au19.gds WIP: clarification on shielding: in two-layer checks, the second layer shields, but not the first one. 2021-01-07 00:01:47 +01:00
drcSimpleTests_au20.gds WIP: DRC 'enclosing' feature 2020-12-07 22:48:03 +01:00
drcSimpleTests_au21.gds Preparation for merge with master, fixed comments 2020-11-22 09:28:27 +01:00
drcSimpleTests_au22.gds Added tests for opposite and rect filter. 2020-12-06 19:03:44 +01:00
drcSimpleTests_au23.gds Added tests for opposite and rect filter. 2020-12-06 19:03:44 +01:00
drcSimpleTests_au24.gds split_* operations in DRC (interacting/non_interacting in one step), doc, tests. 2021-03-01 21:04:57 +01:00
drcSimpleTests_au25.gds WIP: bug fixes, more tests for complex DRC 2021-01-09 15:56:55 +01:00
drcSimpleTests_au25d.gds WIP: bug fixes, more tests for complex DRC 2021-01-09 15:56:55 +01:00
drcSimpleTests_au26.gds Tests for new DRC features (square, new attiribute tests) 2021-01-13 13:35:37 +01:00
drcSimpleTests_au26d.gds Tests for new DRC features (square, new attiribute tests) 2021-01-13 13:35:37 +01:00
drcSimpleTests_au27.gds Major enhancements for DRC feature (universal DRC) 2021-01-17 19:26:22 +01:00
drcSimpleTests_au27d.gds Major enhancements for DRC feature (universal DRC) 2021-01-17 19:26:22 +01:00
drcSimpleTests_au28d.gds Reduce risk of DRC polygon split artefacts in deep mode (#722) 2021-02-05 23:28:04 +01:00
drcSimpleTests_au29.gds Added test case files. 2021-02-08 20:59:48 +01:00
drcSimpleTests_au29d.gds Added test case files. 2021-02-08 20:59:48 +01:00
drcSimpleTests_au30.gds Provide a solution for #809 (density goes outside the area) 2021-05-29 10:16:30 +02:00
drcSimpleTests_au31.gds Global transformations for DRC and RecursiveShapeIterator 2021-03-21 23:09:09 +01:00
drcSimpleTests_au31d.gds Global transformations for DRC and RecursiveShapeIterator 2021-03-21 23:09:09 +01:00
drcSimpleTests_au32.gds Global transformations for DRC and RecursiveShapeIterator 2021-03-21 23:09:09 +01:00
drcSimpleTests_au32d.gds DRC: deep mode region input does not flatten the layout on clip 2021-03-21 23:54:13 +01:00
drcSimpleTests_au33d.gds DRC: tiling mode with global transformation, debug + tested 2021-03-21 23:27:42 +01:00
drcSimpleTests_au40.gds Updated test data 2021-03-29 21:03:21 +02:00
drcSimpleTests_au41.gds Fill feature: enhancements and debugging 2021-04-01 23:29:45 +02:00
drcSimpleTests_au42.gds Fill cell box introduced as a concept, added tests, overlapping fill cells supported. 2021-03-29 22:12:47 +02:00
drcSimpleTests_au43.gds Fill cell box introduced as a concept, added tests, overlapping fill cells supported. 2021-03-29 22:12:47 +02:00
drcSimpleTests_au44.gds Added tests 2021-03-29 22:44:39 +02:00
drcSimpleTests_au45.gds Added tests 2021-03-29 22:44:39 +02:00
drcSimpleTests_au46.gds Fill feature: enhancements and debugging 2021-04-01 23:29:45 +02:00
drcSimpleTests_au47.gds Fill feature: enhancements and debugging 2021-04-01 23:29:45 +02:00
drcSimpleTests_au48.gds Bugfix: whole edge output for fragmented second input. No way to fix that for the compound ops. Restrict negative output for two-layer checks on first layer for the same reason. 2021-05-26 00:27:13 +02:00
drcSimpleTests_au48d.gds Added missing file. 2021-05-26 00:28:08 +02:00
drcSimpleTests_au49.gds Implemented edge pair filters, DRC: with(out)_angle, with(out)_length and with(out)_distance 2021-05-28 23:46:52 +02:00
drcSimpleTests_au49d.gds Implemented edge pair filters, DRC: with(out)_angle, with(out)_length and with(out)_distance 2021-05-28 23:46:52 +02:00
drcSimpleTests_au50.gds Changed test data to OASIS for better compression 2021-06-07 23:03:26 +02:00
drcSimpleTests_au51.gds Implemented with(out)_angle, with(out)_area on edge pairs (DRC, GSI). Deprecated 'with(out)_angle' on polygon layers (DRC) as this is now redundant with 'corners' 2021-06-27 14:18:04 +02:00
drcSuiteTests.drc split_* operations in DRC (interacting/non_interacting in one step), doc, tests. 2021-03-01 21:04:57 +01:00
drcSuiteTests_au1.oas split_* operations in DRC (interacting/non_interacting in one step), doc, tests. 2021-03-01 21:04:57 +01:00
drcSuiteTests_au2.oas split_* operations in DRC (interacting/non_interacting in one step), doc, tests. 2021-03-01 21:04:57 +01:00
drcSuiteTests_au3.oas split_* operations in DRC (interacting/non_interacting in one step), doc, tests. 2021-03-01 21:04:57 +01:00
drcSuiteTests_au4.oas split_* operations in DRC (interacting/non_interacting in one step), doc, tests. 2021-03-01 21:04:57 +01:00
drcSuiteTests_au5.oas Updated test data 2021-05-31 18:47:52 +02:00
drcSuiteTests_au6.oas Updated test data 2021-05-31 18:47:52 +02:00
drctest.drc Refactoring of the containers (Edges, Region, EdgePairs, Texts): size -> count, added hier_count. Added SRegion for shape iterator as generic polygonizable things 2020-10-11 17:51:54 +02:00
drctest.gds Bugfixed tiled mode with text input, DRC tests added and test data updated. 2020-05-23 19:03:42 +02:00
drctest2.drc Added DRC test suite and "smoothed" function for DRC 2017-07-06 23:02:11 +02:00
drctest2_au.oas.gz Added DRC test suite and "smoothed" function for DRC 2017-07-06 23:02:11 +02:00
drctest_au.oas.gz Added DRC test suite and "smoothed" function for DRC 2017-07-06 23:02:11 +02:00
implicit_nets.gds netlist exaction: selective net joining with labels 2019-04-15 23:24:27 +02:00
kissing_corners.gds Fixed #281 (proper reporting of width/space violations in the kissing-corner case) 2019-06-17 20:48:07 +02:00
ringo.gds Fixed unit tests, reverted one unintended change 2020-05-31 02:26:25 +02:00
run_drc_test.sh Implemented LayerInfo for DRC input/output 2017-07-11 00:36:51 +02:00
texts.gds Fixed DRC texts methods, added tests. 2020-05-20 23:56:35 +02:00
vdiv.gds Custom devices for device extractor - tests in the DRC framework 2019-03-10 22:37:32 +01:00