klayout/testdata/algo
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
..
angle_check_l1.gds Hierarchical angle check. 2019-02-17 11:42:30 +01:00
antenna_au1.gds Implemented #579 (perimeter_only mode for antenna check) (#582) 2020-06-05 10:55:07 +02:00
antenna_l1.gds Antenna check: tests added, 'catchall' diode protection 2019-03-01 23:07:28 +01:00
bipolar_devices_nets.gds WIP: unit tests updated 2019-06-22 10:15:32 +02:00
bipolar_devices_test.oas WIP: tests for BJT extraction 2019-06-14 23:45:04 +02:00
cell_variants_au1.gds Changed variant suffix to to be consistent with cell name suffix generation in KLayout. 2019-02-09 19:21:14 +01:00
cell_variants_au2.gds Cell variant resolution by propagation, grid check now implementation hierarchically (with propagation) 2019-02-17 10:59:04 +01:00
cell_variants_l1.gds Cell variant resolution by propagation, grid check now implementation hierarchically (with propagation) 2019-02-17 10:59:04 +01:00
comb.gds Updated tests. 2020-01-04 21:19:06 +01:00
comb2.gds Updated tests. 2020-01-04 21:19:06 +01:00
comb2_au1.gds Updated tests. 2020-01-04 21:19:06 +01:00
comb2_au2.gds Updated tests. 2020-01-04 21:19:06 +01:00
comb_au1.gds Updated tests. 2020-01-04 21:19:06 +01:00
comb_au2.gds Updated tests. 2020-01-04 21:19:06 +01:00
deep_edge_pairs_au1.gds Added some tests for the previous commit. 2019-02-18 00:15:26 +01:00
deep_edges_au1.gds Modified edge transformation to maintain the orientation paradigm 2019-02-10 16:03:46 +01:00
deep_edges_au2.gds Modified edge transformation to maintain the orientation paradigm 2019-02-10 16:03:46 +01:00
deep_edges_au3.gds Faster hierarchical edges. 2021-04-06 21:05:02 +02:00
deep_edges_au4.gds Faster hierarchical edges. 2021-04-06 21:05:02 +02:00
deep_edges_au5a.gds Hiearchical implementation of edge filter. 2019-02-17 16:18:24 +01:00
deep_edges_au5b.gds Hiearchical implementation of edge filter. 2019-02-17 16:18:24 +01:00
deep_edges_au6.gds Hierarchical implementation of extended method for edges 2019-02-17 17:34:31 +01:00
deep_edges_au7.gds Partial segments of edges converted to hierarchical operations. 2019-02-17 17:53:21 +01:00
deep_edges_au8.gds pull_interacting for edges/edges and edges/regions, some enhancements and bug fixes 2019-10-03 13:08:37 +02:00
deep_edges_au9.gds Ported edge/edge DRC functions to hierarchical mode. 2019-02-17 18:54:33 +01:00
deep_edges_au10.gds Faster hierarchical edges. 2021-04-06 21:05:02 +02:00
deep_region_area_peri_l1.gds Deep regions: some more operations implemented hierarchically 2019-02-13 01:07:32 +01:00
deep_region_area_peri_l1_dbu2.gds Enabled transformations for deep regions/edges/edge pairs - important for handling layouts with different DBUs in DRC 2019-02-22 01:02:48 +01:00
deep_region_au1.gds WIP: implemented AND/NOT in deep region, added tests. 2018-11-17 01:33:58 +01:00
deep_region_au2.gds WIP: implemented AND/NOT in deep region, added tests. 2018-11-17 01:33:58 +01:00
deep_region_au3.gds WIP: implemented AND/NOT in deep region, added tests. 2018-11-17 01:33:58 +01:00
deep_region_au3b.gds Added tests for Region's andnot. 2020-06-14 18:12:17 +02:00
deep_region_au4a.gds WIP: DeepRegion::add implemented. 2018-11-18 09:58:10 +01:00
deep_region_au4b.gds WIP: major enhancements with respect to device handling 2019-01-15 21:33:41 +01:00
deep_region_au5.gds WIP: Deep region XOR implemented. 2018-11-21 00:32:14 +01:00
deep_region_au6.gds Attempt to achieve reproducibility between MSVC and gcc 2019-02-02 22:43:42 +01:00
deep_region_au7.gds Hierarchical implementation of self-overlap merge. 2019-02-13 22:41:12 +01:00
deep_region_au9a.gds Some optimization: keep merged state in deep region. 2019-02-13 17:17:03 +01:00
deep_region_au9b.gds Changed variant suffix to to be consistent with cell name suffix generation in KLayout. 2019-02-09 19:21:14 +01:00
deep_region_au9c.gds Changed variant suffix to to be consistent with cell name suffix generation in KLayout. 2019-02-09 19:21:14 +01:00
deep_region_au9d.gds Updated test data. 2019-11-11 23:03:40 +01:00
deep_region_au9e.gds Added a missing test golden data. 2019-02-09 22:56:44 +01:00
deep_region_au10.gds Some tests, smooth and round method of deep region 2019-02-09 23:51:35 +01:00
deep_region_au11.gds Smooth bug (#740) 2021-03-14 12:27:36 +01:00
deep_region_au12.gds Updated test data. 2019-11-11 23:03:40 +01:00
deep_region_au13.gds Faster hierarchical edges. 2021-04-06 21:05:02 +02:00
deep_region_au13b.gds Faster hierarchical edges. 2021-04-06 21:05:02 +02:00
deep_region_au14a.gds pull_interacting for edges/edges and edges/regions, some enhancements and bug fixes 2019-10-03 13:08:37 +02:00
deep_region_au14b.gds Faster hierarchical edges. 2021-04-06 21:05:02 +02:00
deep_region_au15a.gds Deep regions: some more operations implemented hierarchically 2019-02-13 01:07:32 +01:00
deep_region_au15b.gds Deep regions: some more operations implemented hierarchically 2019-02-13 01:07:32 +01:00
deep_region_au16.gds Hierarchical implementation of self-overlap merge. 2019-02-13 22:41:12 +01:00
deep_region_au17.gds Cell variant resolution by propagation, grid check now implementation hierarchically (with propagation) 2019-02-17 10:59:04 +01:00
deep_region_au18.gds Cell variant resolution by propagation, grid check now implementation hierarchically (with propagation) 2019-02-17 10:59:04 +01:00
deep_region_au19.gds Updated test data. 2019-11-11 23:03:40 +01:00
deep_region_au20.gds Hierarchical angle check. 2019-02-17 11:42:30 +01:00
deep_region_au21.gds Updated unit test golden data 2020-05-31 02:12:00 +02:00
deep_region_au22.gds Enabled transformations for deep regions/edges/edge pairs - important for handling layouts with different DBUs in DRC 2019-02-22 01:02:48 +01:00
deep_region_au23.gds Region: hierarchical text object detection implementated. 2019-02-23 00:56:55 +01:00
deep_region_au24.gds WIP: more consistent text handling 2019-03-06 00:34:56 +01:00
deep_region_au25a.gds pull_interacting for edges/edges and edges/regions, some enhancements and bug fixes 2019-10-03 13:08:37 +02:00
deep_region_au25b.gds Faster hierarchical edges. 2021-04-06 21:05:02 +02:00
deep_region_au26.gds Added tests (breakout cells, LVS cheats) 2019-10-18 00:25:51 +02:00
deep_region_au27.gds Added unit test for DeepRegion::snap 2019-11-07 23:11:34 +01:00
deep_region_au28.gds Added tests for Region#scale_and_snap and Region#snap 2019-11-07 23:33:54 +01:00
deep_region_au29.gds Added tests, Region#pull_interacting with texts 2020-05-15 23:48:21 +02:00
deep_region_au100.gds Added golden data for deep region regression test. 2019-02-07 21:08:52 +01:00
deep_region_au101.gds Test for deep/flat collaboration 2019-02-10 08:28:48 +01:00
deep_region_au400a.gds Updated test data. 2019-11-11 23:03:40 +01:00
deep_region_au400b.gds Updated test data. 2019-11-11 23:03:40 +01:00
deep_region_au400c.gds Fixed #400, added tests. 2019-11-06 23:28:16 +01:00
deep_region_au663.gds Addressed issue #663 by internal merging of the intruders. 2020-10-28 23:01:54 +01:00
deep_region_edges.gds Faster hierarchical edges. 2021-04-06 21:05:02 +02:00
deep_region_l1.gds WIP: deep region debugged, GSI binding, tests. 2018-11-17 00:16:13 +01:00
deep_region_l26.gds Added tests (breakout cells, LVS cheats) 2019-10-18 00:25:51 +02:00
deep_texts_au1.gds 'interact' between regions and texts. 2020-05-13 17:29:10 +02:00
deep_texts_au2.gds 'interact' between regions and texts. 2020-05-13 17:29:10 +02:00
deep_texts_au3.gds Fixed build, added tests for filter in deep texts object. 2020-05-13 17:58:00 +02:00
deep_texts_l1.gds Provide unit test for DeepTexts. 2020-05-12 21:43:11 +02:00
deep_texts_l2.gds 'interact' between regions and texts. 2020-05-13 17:29:10 +02:00
deep_texts_l3.gds Fixed build, added tests for filter in deep texts object. 2020-05-13 17:58:00 +02:00
device_extract_au1.gds Tests for texts as net names, fixed Shapes test (order of texts) 2020-05-20 01:05:19 +02:00
device_extract_au1_dup_inst_with_rec_nets.gds Some refactoring of the instance-to-instance test in hier processor: gives some performance improvement with less memory for cache. 2021-04-26 23:15:27 +02:00
device_extract_au1_flat.gds Some enhancements for netlist extraction and writer 2019-05-31 00:11:28 +02:00
device_extract_au1_implicit_nets.gds Some enhancements for netlist extraction and writer 2019-05-31 00:11:28 +02:00
device_extract_au1_join_nets.gds explicit net joining - preparations 2021-03-27 21:56:53 +01:00
device_extract_au1_joined_nets.gds WIP: join_nets implemented, join_symmetric_nets: enhanced detection of symmetric nets. 2020-02-27 00:52:03 +01:00
device_extract_au1_rebuild_ff.gds WIP: major enhancements with respect to device handling 2019-01-15 21:33:41 +01:00
device_extract_au1_rebuild_fr.gds WIP: major enhancements with respect to device handling 2019-01-15 21:33:41 +01:00
device_extract_au1_rebuild_nf.gds WIP: major enhancements with respect to device handling 2019-01-15 21:33:41 +01:00
device_extract_au1_rebuild_nr.gds WIP: bugfix of refactoriung, update test data. 2019-12-15 00:16:47 +01:00
device_extract_au1_rebuild_pf.gds WIP: bugfix of refactoriung, update test data. 2019-12-15 00:16:47 +01:00
device_extract_au1_rebuild_pr.gds WIP: bugfix of refactoriung, update test data. 2019-12-15 00:16:47 +01:00
device_extract_au1_with_rec_nets.gds WIP: bugfix of refactoriung, update test data. 2019-12-15 00:16:47 +01:00
device_extract_au1a.gds Debugging: proper assignment of net names through labels. 2020-05-20 23:27:06 +02:00
device_extract_au2_with_rec_nets.gds Updated test data. 2019-12-18 17:28:46 +01:00
device_extract_au3_with_rec_nets.gds Updated test data. 2019-12-18 17:28:46 +01:00
device_extract_au4_with_rec_nets.gds Updated test data. 2019-12-18 17:28:46 +01:00
device_extract_au5_flattened_circuits.gds Updated test data. 2019-12-18 17:28:46 +01:00
device_extract_au5_with_rec_nets.gds Updated test data. 2019-12-18 17:28:46 +01:00
device_extract_au9.gds Provide strict mode for device classes, dmos3/dmos4 for LVS 2019-08-20 23:12:17 +02:00
device_extract_au10.gds.1 Fixed a compiler warning, testcase update (part 1) 2019-11-02 20:39:59 +01:00
device_extract_au10.gds.2 Fixed a compiler warning, testcase update (part 1) 2019-11-02 20:39:59 +01:00
device_extract_au10.gds.3 Another update of testdata for MSVC 2019-11-03 09:07:00 +01:00
device_extract_au10.gds.4 More robustness of snap algorithm for unit tests 2019-11-12 20:13:35 +01:00
device_extract_au10.gds.5 More robustness against test variations on different platforms. 2021-01-19 21:49:38 +01:00
device_extract_au13_circuits.gds Fixed #648 (join_nets should work on global nets too) (#655) 2020-10-10 23:15:36 +02:00
device_extract_au14_circuits.gds explicit net joining - preparations 2021-03-27 21:56:53 +01:00
device_extract_capres_nets.gds.1 Special golden data for MSVC/dev ex test 2019-05-29 23:37:50 +02:00
device_extract_capres_nets.gds.2 Special golden data for MSVC/dev ex test 2019-05-29 23:37:50 +02:00
device_extract_capres_with_bulk_nets.gds WIP: test cases for device extractors R/C with bulk 2019-06-14 21:21:11 +02:00
device_extract_l1.gds WIP: Added a test layout 2018-12-26 00:36:54 +01:00
device_extract_l1_dup_inst.gds Avoid netlist extraction issues with duplicate instances 2019-06-13 13:33:28 +02:00
device_extract_l1_floating_subcircuits.gds Fixed issue #419 (multiple top circuits after flatten of netlist) 2019-11-20 21:56:12 +01:00
device_extract_l1_implicit_nets.gds Implemented implicit joining of nets with the same label. 2019-02-03 21:34:23 +01:00
device_extract_l1_join_nets.gds explicit net joining - preparations 2021-03-27 21:56:53 +01:00
device_extract_l1_with_inv_nodes.gds Added missing file 2020-07-18 00:02:45 +02:00
device_extract_l2.gds One more test for probing with a slightly more complex hierarchy. 2019-01-05 23:21:37 +01:00
device_extract_l3.gds Provided a solution for connectivity through global nets. 2019-01-06 17:50:51 +01:00
device_extract_l5.gds Added test for device combination. 2019-01-08 23:49:12 +01:00
device_extract_l6.gds WIP: netlist compare - using it for more tests 2019-03-31 23:59:43 +02:00
device_extract_l9.gds Provide strict mode for device classes, dmos3/dmos4 for LVS 2019-08-20 23:12:17 +02:00
device_extract_l10.gds Added tests (breakout cells, LVS cheats) 2019-10-18 00:25:51 +02:00
device_extract_l11.gds Fixed #411 (multiple device extractors for same class) 2019-11-17 23:12:50 +01:00
device_extract_l13.gds Fixed #648 (join_nets should work on global nets too) (#655) 2020-10-10 23:15:36 +02:00
device_extract_l14.gds explicit net joining - preparations 2021-03-27 21:56:53 +01:00
devices_test.oas Added unit tests for res and cap device extractors. 2019-05-29 21:35:02 +02:00
devices_with_bulk_test.oas WIP: test cases for device extractors R/C with bulk 2019-06-14 21:21:11 +02:00
diode_devices_nets.gds WIP: diode extraction test. 2019-06-15 09:34:04 +02:00
diode_devices_test.oas WIP: diode extraction test. 2019-06-15 09:34:04 +02:00
dmos3_1.gds Implemented #462 (Generalize MOS transistor extraction to other gate figures) 2020-01-02 22:20:45 +01:00
dmos3_2.gds Implemented #462 (Generalize MOS transistor extraction to other gate figures) 2020-01-02 22:20:45 +01:00
dmos3_3.gds Implemented #462 (Generalize MOS transistor extraction to other gate figures) 2020-01-02 22:20:45 +01:00
dmos4_1.gds Implemented #462 (Generalize MOS transistor extraction to other gate figures) 2020-01-02 22:20:45 +01:00
dmos4_2.gds Implemented #462 (Generalize MOS transistor extraction to other gate figures) 2020-01-02 22:20:45 +01:00
dmos4_3.gds Implemented #462 (Generalize MOS transistor extraction to other gate figures) 2020-01-02 22:20:45 +01:00
fill_tool1.gds Added tests for fill tool 2021-03-05 16:27:57 +01:00
fill_tool2.gds Added tests for fill tool 2021-03-05 16:27:57 +01:00
fill_tool3.gds Added tests for fill tool 2021-03-05 16:27:57 +01:00
fill_tool4.gds Added missing files 2021-03-22 14:27:30 +01:00
fill_tool_au1.gds Added tests for fill tool 2021-03-05 16:27:57 +01:00
fill_tool_au2.gds Added tests for fill tool 2021-03-05 16:27:57 +01:00
fill_tool_au3.gds Reworked the fill scheme for better support of skewed fill repetitions. 2021-03-11 21:27:49 +01:00
fill_tool_au3a.gds Reworked the fill scheme for better support of skewed fill repetitions. 2021-03-11 21:27:49 +01:00
fill_tool_au3b.gds Reworked the fill scheme for better support of skewed fill repetitions. 2021-03-11 21:27:49 +01:00
fill_tool_au3c.gds Reworked the fill scheme for better support of skewed fill repetitions. 2021-03-11 21:27:49 +01:00
fill_tool_au4.gds Added missing files 2021-03-22 14:27:30 +01:00
fill_tool_au4b.gds Fill cell box introduced as a concept, added tests, overlapping fill cells supported. 2021-03-29 22:12:47 +02:00
fill_tool_au4c.gds Fill cell box introduced as a concept, added tests, overlapping fill cells supported. 2021-03-29 22:12:47 +02:00
hc_test_au1.gds WIP: property collection in net clusters, more tests. 2018-12-09 23:24:32 +01:00
hc_test_au1b.gds WIP: property collection in net clusters, more tests. 2018-12-09 23:24:32 +01:00
hc_test_au2.gds Some refactoring of net processor 2018-12-09 00:54:08 +01:00
hc_test_au2b.gds WIP: network processor: net backannotation into original hierarchy. 2018-12-08 01:55:02 +01:00
hc_test_au3.gds Some refactoring of net processor 2018-12-09 00:54:08 +01:00
hc_test_au3b.gds WIP: network processor: net backannotation into original hierarchy. 2018-12-08 01:55:02 +01:00
hc_test_au4.gds Some refactoring of net processor 2018-12-09 00:54:08 +01:00
hc_test_au4b.gds WIP: network processor: net backannotation into original hierarchy. 2018-12-08 01:55:02 +01:00
hc_test_au5.gds Some refactoring of net processor 2018-12-09 00:54:08 +01:00
hc_test_au5b.gds WIP: network processor: net backannotation into original hierarchy. 2018-12-08 01:55:02 +01:00
hc_test_au6.gds Some refactoring of net processor 2018-12-09 00:54:08 +01:00
hc_test_au6b.gds WIP: network processor: net backannotation into original hierarchy. 2018-12-08 01:55:02 +01:00
hc_test_au7.gds Some refactoring of net processor 2018-12-09 00:54:08 +01:00
hc_test_au7b.gds WIP: network processor: net backannotation into original hierarchy. 2018-12-08 01:55:02 +01:00
hc_test_au8.gds Some refactoring of net processor 2018-12-09 00:54:08 +01:00
hc_test_au8b.gds WIP: network processor: net backannotation into original hierarchy. 2018-12-08 01:55:02 +01:00
hc_test_au9.gds WIP: property collection in net clusters, more tests. 2018-12-09 23:24:32 +01:00
hc_test_au9b.gds WIP: property collection in net clusters, more tests. 2018-12-09 23:24:32 +01:00
hc_test_au10.gds Some refactoring of net processor 2018-12-09 00:54:08 +01:00
hc_test_au10b.gds WIP: network processor: net backannotation into original hierarchy. 2018-12-08 01:55:02 +01:00
hc_test_au11.gds Updated test data. 2019-12-18 17:28:46 +01:00
hc_test_au11b.gds WIP: bugfix - hierarchical net extractor wasn't considering self-interactions between instance array elements. 2019-01-03 23:25:28 +01:00
hc_test_au12.gds Updated test data. 2019-12-18 17:28:46 +01:00
hc_test_au12b.gds WIP: bugfix - hierarchical net extractor wasn't considering self-interactions between instance array elements. 2019-01-03 23:25:28 +01:00
hc_test_au13.gds WIP: bugfix - hierarchical net extractor wasn't considering self-interactions between instance array elements. 2019-01-03 23:25:28 +01:00
hc_test_au13b.gds WIP: bugfix - hierarchical net extractor wasn't considering self-interactions between instance array elements. 2019-01-03 23:25:28 +01:00
hc_test_au14.gds WIP: bugfix - array reference were not always considered correctly. 2019-01-05 01:34:10 +01:00
hc_test_au14b.gds WIP: bugfix - array reference were not always considered correctly. 2019-01-05 01:34:10 +01:00
hc_test_au15.gds WIP: bugfix - local to instance interaction did shortcut too early. 2019-01-05 10:12:55 +01:00
hc_test_au15b.gds WIP: bugfix - local to instance interaction did shortcut too early. 2019-01-05 10:12:55 +01:00
hc_test_au16.gds WIP: bugfixed netlist extractor with global nets. 2019-01-07 23:33:57 +01:00
hc_test_au16b.gds WIP: bugfixed netlist extractor with global nets. 2019-01-07 23:33:57 +01:00
hc_test_au17.gds Added a test for joining of layers through multiple global net assignment. 2019-01-07 23:57:52 +01:00
hc_test_au17b.gds Added a test for joining of layers through multiple global net assignment. 2019-01-07 23:57:52 +01:00
hc_test_l1.gds WIP: property collection in net clusters, more tests. 2018-12-09 23:24:32 +01:00
hc_test_l2.gds WIP: proceed with debugging of hier network processor 2018-12-03 23:02:01 +01:00
hc_test_l3.gds WIP: hier network processor - some debugging, more tests. 2018-12-04 22:30:18 +01:00
hc_test_l4.gds WIP: hier network processor - some debugging, more tests. 2018-12-04 22:30:18 +01:00
hc_test_l5.gds WIP: more tests, some debugging. 2018-12-04 23:21:19 +01:00
hc_test_l6.gds WIP: more tests, some debugging. 2018-12-04 23:21:19 +01:00
hc_test_l7.gds WIP: added test cases for multi-level cross-hierarchy interactions. 2018-12-04 23:32:42 +01:00
hc_test_l8.gds WIP: added test cases for multi-level cross-hierarchy interactions. 2018-12-04 23:32:42 +01:00
hc_test_l9.gds WIP: property collection in net clusters, more tests. 2018-12-09 23:24:32 +01:00
hc_test_l10.gds Some more debugging and more test cases. Net processor starts getting stable ... 2018-12-05 23:14:06 +01:00
hc_test_l11.gds Some more debugging and more test cases. Net processor starts getting stable ... 2018-12-05 23:14:06 +01:00
hc_test_l12.gds WIP: bugfix - hierarchical net extractor wasn't considering self-interactions between instance array elements. 2019-01-03 23:25:28 +01:00
hc_test_l13.gds WIP: bugfix - hierarchical net extractor wasn't considering self-interactions between instance array elements. 2019-01-03 23:25:28 +01:00
hc_test_l14.gds WIP: bugfix - array reference were not always considered correctly. 2019-01-05 01:34:10 +01:00
hc_test_l15.gds WIP: bugfix - local to instance interaction did shortcut too early. 2019-01-05 10:12:55 +01:00
hc_test_l16.gds WIP: global nets integration in cluster builder. 2019-01-07 02:08:59 +01:00
hc_test_l17.gds Added a test for joining of layers through multiple global net assignment. 2019-01-07 23:57:52 +01:00
hierarchy_builder_au1.gds WIP: Improved design of HierarchyBuilder, added tests. 2018-11-15 22:50:02 +01:00
hierarchy_builder_au2a.gds WIP: Improved design of HierarchyBuilder, added tests. 2018-11-15 22:50:02 +01:00
hierarchy_builder_au2b.gds WIP: Improved design of HierarchyBuilder, added tests. 2018-11-15 22:50:02 +01:00
hierarchy_builder_au2c.gds WIP: Improved design of HierarchyBuilder, added tests. 2018-11-15 22:50:02 +01:00
hierarchy_builder_au2d.gds WIP: Improved design of HierarchyBuilder, added tests. 2018-11-15 22:50:02 +01:00
hierarchy_builder_au2e.gds WIP: Improved design of HierarchyBuilder, added tests. 2018-11-15 22:50:02 +01:00
hierarchy_builder_au2f.gds Refactoring, some bugfixes, GSI bindings for L2N methods. 2019-01-20 23:12:27 +01:00
hierarchy_builder_au3a.gds WIP: Improved design of HierarchyBuilder, added tests. 2018-11-15 22:50:02 +01:00
hierarchy_builder_au4a.gds WIP: Improved design of HierarchyBuilder, added tests. 2018-11-15 22:50:02 +01:00
hierarchy_builder_au8a.gds Enabled transformations for deep regions/edges/edge pairs - important for handling layouts with different DBUs in DRC 2019-02-22 01:02:48 +01:00
hierarchy_builder_au8b.gds Enabled transformations for deep regions/edges/edge pairs - important for handling layouts with different DBUs in DRC 2019-02-22 01:02:48 +01:00
hierarchy_builder_au_l4.gds WIP: Bugfix - hierarchy was dropping instances. 2019-01-03 22:09:19 +01:00
hierarchy_builder_au_l5.gds Fixed a bug that caused a segfault in the Layout2Netlist object (array repo references to original layout rather than to the working layout) 2019-01-05 22:40:53 +01:00
hierarchy_builder_l1.gds WIP: Improved design of HierarchyBuilder, added tests. 2018-11-15 22:50:02 +01:00
hierarchy_builder_l2.gds WIP: Improved design of HierarchyBuilder, added tests. 2018-11-15 22:50:02 +01:00
hierarchy_builder_l3.gds WIP: Improved design of HierarchyBuilder, added tests. 2018-11-15 22:50:02 +01:00
hierarchy_builder_l4.gds WIP: Bugfix - hierarchy was dropping instances. 2019-01-03 22:09:19 +01:00
hierarchy_builder_l5.gds Fixed a bug that caused a segfault in the Layout2Netlist object (array repo references to original layout rather than to the working layout) 2019-01-05 22:40:53 +01:00
hierarchy_builder_l5.oas.gz Fixed a bug that caused a segfault in the Layout2Netlist object (array repo references to original layout rather than to the working layout) 2019-01-05 22:40:53 +01:00
hlp1.oas WIP: moved hierarchical processor into db. 2018-11-15 23:41:44 +01:00
hlp2.oas WIP: moved hierarchical processor into db. 2018-11-15 23:41:44 +01:00
hlp3.oas Updated tests after switching to boolean core. 2019-01-25 21:38:45 +01:00
hlp4.oas Updated tests after switching to boolean core. 2019-01-25 21:38:45 +01:00
hlp5.oas Updated tests after switching to boolean core. 2019-01-25 21:38:45 +01:00
hlp6.oas Attempt to achieve reproducibility between MSVC and gcc 2019-02-02 22:43:42 +01:00
hlp7.oas WIP: moved hierarchical processor into db. 2018-11-15 23:41:44 +01:00
hlp8.oas Updated tests after switching to boolean core. 2019-01-25 21:38:45 +01:00
hlp9.oas WIP: moved hierarchical processor into db. 2018-11-15 23:41:44 +01:00
hlp10.oas Updated tests after switching to boolean core. 2019-01-25 21:38:45 +01:00
hlp11.oas WIP: more consistent handling of polygon splitting parameters. 2019-01-25 22:28:25 +01:00
hlp12.oas Attempt to achieve reproducibility between MSVC and gcc 2019-02-02 22:43:42 +01:00
hlp13.oas Updated tests after switching to boolean core. 2019-01-25 21:38:45 +01:00
hlp14.oas Attempt to achieve reproducibility between MSVC and gcc 2019-02-02 22:43:42 +01:00
hlp15.oas Avoid netlist extraction issues with duplicate instances 2019-06-13 13:33:28 +02:00
hlp16.gds Updated test data 2019-06-13 13:40:57 +02:00
hlp17.oas WIP: twobool local processor 2020-06-14 17:00:54 +02:00
hlp17_flat.oas WIP: tests for local processor flat mode 2020-09-26 17:11:13 +02:00
issue-425.gds Added test data. 2019-11-23 01:20:59 +01:00
issue-609.oas.gz Added testcase 2020-07-07 21:21:33 +02:00
issue-663.oas.gz Addressed issue #663 by internal merging of the intruders. 2020-10-28 23:01:54 +01:00
l2n_reader_4.cir Added missing files 2019-05-25 01:19:32 +02:00
l2n_reader_4.gds L2N: combined device persistance (complex concept - needs simplification?) 2019-05-10 00:15:51 +02:00
l2n_reader_4.l2n Bugfixed last commit, fixed unit tests. 2019-05-29 00:51:42 +02:00
l2n_reader_4_simplified.cir Added missing files 2019-05-25 01:19:32 +02:00
l2n_reader_au.txt Updated test data. 2019-08-30 11:01:00 +02:00
l2n_reader_au_1.gds BUGFIX: the L2N and LVSDB writer was writing too much 2019-12-15 01:29:56 +01:00
l2n_reader_au_1b.gds BUGFIX: the L2N and LVSDB writer was writing too much 2019-12-15 01:29:56 +01:00
l2n_reader_au_1c.gds BUGFIX: the L2N and LVSDB writer was writing too much 2019-12-15 01:29:56 +01:00
l2n_reader_au_1d.gds BUGFIX: the L2N and LVSDB writer was writing too much 2019-12-15 01:29:56 +01:00
l2n_reader_au_1e.gds BUGFIX: the L2N and LVSDB writer was writing too much 2019-12-15 01:29:56 +01:00
l2n_reader_au_1f.gds BUGFIX: the L2N and LVSDB writer was writing too much 2019-12-15 01:29:56 +01:00
l2n_reader_au_2.gds Updated test data. 2019-08-30 10:52:51 +02:00
l2n_reader_au_2r.gds Updated test data. 2019-08-30 10:52:51 +02:00
l2n_reader_au_4.gds L2N: combined device persistance (complex concept - needs simplification?) 2019-05-10 00:15:51 +02:00
l2n_reader_au_4.l2n Bugfixed last commit, fixed unit tests. 2019-05-29 00:51:42 +02:00
l2n_reader_au_abs.txt Updated test data. 2019-08-30 11:01:00 +02:00
l2n_reader_au_p.oas Persisting texts now for .l2n format 2020-05-22 00:58:46 +02:00
l2n_reader_in.txt Persisting texts now for .l2n format 2020-05-22 00:58:46 +02:00
l2n_reader_in_p.txt Persisting texts now for .l2n format 2020-05-22 00:58:46 +02:00
l2n_reader_in_s.txt Persisting texts now for .l2n format 2020-05-22 00:58:46 +02:00
l2n_writer_au.gds Updated golden data of unit tests. 2019-06-13 09:02:47 +02:00
l2n_writer_au.txt Persisting texts now for .l2n format 2020-05-22 00:58:46 +02:00
l2n_writer_au_2.gds Updated test data. 2019-12-18 17:28:46 +01:00
l2n_writer_au_2b.txt BUGFIX: the L2N and LVSDB writer was writing too much 2019-12-15 01:29:56 +01:00
l2n_writer_au_2s.txt Fixed #448 and updated test data 2019-12-15 10:37:51 +01:00
l2n_writer_au_p.oas BUGFIX: the L2N and LVSDB writer was writing too much 2019-12-15 01:29:56 +01:00
l2n_writer_au_p.txt Persisting texts now for .l2n format 2020-05-22 00:58:46 +02:00
l2n_writer_au_s.txt Persisting texts now for .l2n format 2020-05-22 00:58:46 +02:00
layout_utils_au2.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_au3.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_au4.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_au5.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_au6.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_au7.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_au12.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_au13.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_au14.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_au15.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_au16.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_au16b.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_au_sns1.gds Fixed 'scale_and_snap' feature 2019-11-07 22:54:16 +01:00
layout_utils_au_sns2.gds Fixed 'scale_and_snap' feature 2019-11-07 22:54:16 +01:00
layout_utils_au_sns3.gds Fixed 'scale_and_snap' feature 2019-11-07 22:54:16 +01:00
layout_utils_l1.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_l2.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
layout_utils_l3.gds Some enhancements to layer and cell mapping 2017-08-30 01:11:38 +02:00
lvs_test1_au.lvsdb.1 WIP: updated test data (bugfix: bulk does not have layer properties), Fixed Region::count and Region::hier_count (was counting non-polygons too) 2021-05-25 23:08:38 +02:00
lvs_test1_au.lvsdb.2 WIP: updated test data (bugfix: bulk does not have layer properties), Fixed Region::count and Region::hier_count (was counting non-polygons too) 2021-05-25 23:08:38 +02:00
lvs_test1b_au.lvsdb.1 WIP: updated test data (bugfix: bulk does not have layer properties), Fixed Region::count and Region::hier_count (was counting non-polygons too) 2021-05-25 23:08:38 +02:00
lvs_test1b_au.lvsdb.2 WIP: updated test data (bugfix: bulk does not have layer properties), Fixed Region::count and Region::hier_count (was counting non-polygons too) 2021-05-25 23:08:38 +02:00
lvs_test2_au.lvsdb.1 WIP: updated test data (bugfix: bulk does not have layer properties), Fixed Region::count and Region::hier_count (was counting non-polygons too) 2021-05-25 23:08:38 +02:00
lvs_test2_au.lvsdb.2 WIP: updated test data (bugfix: bulk does not have layer properties), Fixed Region::count and Region::hier_count (was counting non-polygons too) 2021-05-25 23:08:38 +02:00
lvs_test2b_au.lvsdb.1 WIP: updated test data (bugfix: bulk does not have layer properties), Fixed Region::count and Region::hier_count (was counting non-polygons too) 2021-05-25 23:08:38 +02:00
lvs_test2b_au.lvsdb.2 WIP: updated test data (bugfix: bulk does not have layer properties), Fixed Region::count and Region::hier_count (was counting non-polygons too) 2021-05-25 23:08:38 +02:00
lvs_test_1.gds WIP: LVSDB reader/writer: bugfixes, refactoring, tests. 2019-05-19 22:55:03 +02:00
lvs_test_1.spi WIP: LVSDB reader/writer: bugfixes, refactoring, tests. 2019-05-19 22:55:03 +02:00
lvs_test_2.spi WIP: LVSDB reader/writer fixes 2019-05-19 23:42:31 +02:00
lvsdb_read_test.lvsdb Fixed unit tests. 2019-07-19 00:02:05 +02:00
lvsdb_read_test2.lvsdb Fixed unit tests. 2019-07-19 00:02:05 +02:00
meander.gds.gz BUGFIX: the L2N and LVSDB writer was writing too much 2019-12-15 01:29:56 +01:00
meander_au1.gds Added test data. 2019-12-09 21:40:24 +01:00
meander_au2.gds Added test data. 2019-12-09 21:40:24 +01:00
mos3_1.gds Implemented #462 (Generalize MOS transistor extraction to other gate figures) 2020-01-02 22:20:45 +01:00
mos3_2.gds Implemented #462 (Generalize MOS transistor extraction to other gate figures) 2020-01-02 22:20:45 +01:00
mos3_3.gds Implemented #462 (Generalize MOS transistor extraction to other gate figures) 2020-01-02 22:20:45 +01:00
mos4_1.gds Implemented #462 (Generalize MOS transistor extraction to other gate figures) 2020-01-02 22:20:45 +01:00
mos4_2.gds Implemented #462 (Generalize MOS transistor extraction to other gate figures) 2020-01-02 22:20:45 +01:00
mos4_3.gds Implemented #462 (Generalize MOS transistor extraction to other gate figures) 2020-01-02 22:20:45 +01:00
nl_compare_29_a.cir Enhanced matching of blackbox/pin ambiguities 2021-07-08 23:54:20 +02:00
nl_compare_29_b.cir Enhanced matching of blackbox/pin ambiguities 2021-07-08 23:54:20 +02:00
nl_compare_29_c.cir Enhanced matching of blackbox/pin ambiguities 2021-07-08 23:54:20 +02:00
nreader1.cir WIP: LVSDB reader/writer: bugfixes, refactoring, tests. 2019-05-19 22:55:03 +02:00
nreader1b.cir MERGE: added Spice reader testcase for resistors with model names. 2020-04-01 23:19:21 +02:00
nreader2.cir WIP: Simple SPICE reader. 2019-04-01 22:46:33 +02:00
nreader3.cir WIP: preparations for SPICE reader delegate. 2019-06-22 18:37:32 +02:00
nreader4.cir WIP: LVSDB reader/writer: bugfixes, refactoring, tests. 2019-05-19 22:55:03 +02:00
nreader5.cir Added < and > to allowed chars for net names in Spice reader 2019-07-13 08:50:13 +02:00
nreader6.cir WIP: reader delegate - GSI binding, tests. 2019-06-22 22:03:32 +02:00
nreader7.cir Added .global to Spice reader. 2019-07-22 23:02:31 +02:00
nreader8.cir Better .include for Spice reader 2019-08-19 21:45:40 +02:00
nreader8a.cir Better .include for Spice reader 2019-08-19 21:45:40 +02:00
nreader8b.cir Better .include for Spice reader 2019-08-19 21:45:40 +02:00
nreader8c.cir Better .include for Spice reader 2019-08-19 21:45:40 +02:00
nreader8x.cir Better .include for Spice reader 2019-08-19 21:45:40 +02:00
nreader9.cir 3-terminal C's and R's for Spice writer too, using different default models for 2- and 3-terminal R and C 2021-05-13 21:13:41 +02:00
nreader10.cir Spice reader: subcircuits w/o pins 2019-08-19 23:00:24 +02:00
nreader11.cir Fixed #438 (error on redefinition of subcircuit in SPICE) 2019-12-07 23:39:39 +01:00
nreader12.cir Fixed #544 (ignore duplicate global nets in SPICE reader) (#545) 2020-04-26 16:54:13 +02:00
nreader13.cir Fixed #565 (SPICE global nets must not produce pins if not present) (#567) 2020-05-26 23:47:59 +02:00
nreader14.cir Fixed #858 (+ line continuation after blanks in Spice reader) 2021-07-02 23:31:54 +02:00
nreader14a.cir Fixed #858 (+ line continuation after blanks in Spice reader) 2021-07-02 23:31:54 +02:00
nreader14x.cir Fixed #858 (+ line continuation after blanks in Spice reader) 2021-07-02 23:31:54 +02:00
nreader15.cir Fixed #858 (+ line continuation after blanks in Spice reader) 2021-07-02 23:31:54 +02:00
nwriter1_au.txt Updated doc, reverted netlist writer to write all parameters - it will only write primary parameters for R, L and C 2021-07-05 22:45:40 +02:00
nwriter1b_au.txt Updated doc, reverted netlist writer to write all parameters - it will only write primary parameters for R, L and C 2021-07-05 22:45:40 +02:00
nwriter2_au.txt Updated doc, reverted netlist writer to write all parameters - it will only write primary parameters for R, L and C 2021-07-05 22:45:40 +02:00
nwriter2b_au.txt Updated doc, reverted netlist writer to write all parameters - it will only write primary parameters for R, L and C 2021-07-05 22:45:40 +02:00
nwriter2c_au.txt Updated doc, reverted netlist writer to write all parameters - it will only write primary parameters for R, L and C 2021-07-05 22:45:40 +02:00
nwriter2d_au.txt Updated doc, reverted netlist writer to write all parameters - it will only write primary parameters for R, L and C 2021-07-05 22:45:40 +02:00
nwriter3_au.txt 3-terminal C's and R's for Spice writer too, using different default models for 2- and 3-terminal R and C 2021-05-13 21:13:41 +02:00
nwriter4_au.txt WIP: preparations for SPICE reader delegate. 2019-06-22 18:37:32 +02:00
nwriter5_au.txt Bugfixed last commit, fixed unit tests. 2019-05-29 00:51:42 +02:00
nwriter6_au.txt Bugfixed last commit, fixed unit tests. 2019-05-29 00:51:42 +02:00
nwriter7_au.txt Bugfixed last commit, fixed unit tests. 2019-05-29 00:51:42 +02:00
nwriter8_au.txt Bugfixed last commit, fixed unit tests. 2019-05-29 00:51:42 +02:00
nwriter9_au.txt Bugfixed last commit, fixed unit tests. 2019-05-29 00:51:42 +02:00
nwriter10_au.txt Updated doc, reverted netlist writer to write all parameters - it will only write primary parameters for R, L and C 2021-07-05 22:45:40 +02:00
nwriter11_au.txt Bugfixed last commit, fixed unit tests. 2019-05-29 00:51:42 +02:00
nwriter11b_au.txt Bugfixed last commit, fixed unit tests. 2019-05-29 00:51:42 +02:00
nwriter12_au.txt Unescaping of net names on Spice reader -> writer/reader should be self-compatible. 2019-05-31 22:55:09 +02:00
nwriter12b_au.txt Unescaping of net names on Spice reader -> writer/reader should be self-compatible. 2019-05-31 22:55:09 +02:00
nwriter13_au.txt WIP: preparations for SPICE reader delegate. 2019-06-22 18:37:32 +02:00
nwriter14_au.txt WIP: preparations for SPICE reader delegate. 2019-06-22 18:37:32 +02:00
nwriter20_au.txt Updated doc, reverted netlist writer to write all parameters - it will only write primary parameters for R, L and C 2021-07-05 22:45:40 +02:00
nwriter_rba1_au.txt Implemented SPICE writer + tests. 2019-01-31 00:07:10 +01:00
nwriter_rba2_au.txt Spice writer delegate fix 2019-01-31 22:23:58 +01:00
region_au32.gds Added tests for Region#scale_and_snap and Region#snap 2019-11-07 23:33:54 +01:00
region_au33.gds Added tests for Region#scale_and_snap and Region#snap 2019-11-07 23:33:54 +01:00
same_net_names.l2n Unescaping of net names on Spice reader -> writer/reader should be self-compatible. 2019-05-31 22:55:09 +02:00
scale_and_snap.gds Fixed 'scale_and_snap' feature 2019-11-07 22:54:16 +01:00
vexriscv_clocked_r.oas.gz Robustification of Region 2019-02-05 23:39:31 +01:00