klayout/testdata/algo
Matthias Koefferlein 99f111fe01 Attempt to achieve reproducibility between MSVC and gcc
Applies to dbHierProcessor.cc:

The issue was related to std::unordered_set/map which
(as the name says) is not ordered. The output of the
boolean core computation step is currently dependent
on the order (it's single pass), hence the order of
the contexts matters.

Using ordered sets where possible and explicit
sorting might help.
2019-02-02 22:43:42 +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_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_l1.gds WIP: deep region debugged, GSI binding, tests. 2018-11-17 00:16:13 +01:00
device_extract_au1.gds WIP: refactoring - turning devices into cells for better backannotation. 2019-01-14 00:59:47 +01:00
device_extract_au1_flat.gds Updated tests after switching to boolean core. 2019-01-25 21:38:45 +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: major enhancements with respect to device handling 2019-01-15 21:33:41 +01:00
device_extract_au1_with_rec_nets.gds WIP: major enhancements with respect to device handling 2019-01-15 21:33:41 +01:00
device_extract_au2_with_rec_nets.gds WIP: major enhancements with respect to device handling 2019-01-15 21:33:41 +01:00
device_extract_au3_with_rec_nets.gds WIP: major enhancements with respect to device handling 2019-01-15 21:33:41 +01:00
device_extract_au4_with_rec_nets.gds WIP: major enhancements with respect to device handling 2019-01-15 21:33:41 +01:00
device_extract_au5_with_rec_nets.gds WIP: major enhancements with respect to device handling 2019-01-15 21:33:41 +01:00
device_extract_l1.gds WIP: Added a test layout 2018-12-26 00:36:54 +01: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
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 Some refactoring of net processor 2018-12-09 00:54:08 +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 WIP: bugfix - hierarchical net extractor wasn't considering self-interactions between instance array elements. 2019-01-03 23:25:28 +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_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
l2n_reader_au.gds More l2n reader tests. 2019-01-20 17:31:58 +01:00
l2n_reader_au_2.gds More l2n reader tests. 2019-01-20 17:31:58 +01:00
l2n_writer_au.gds WIP: Enabled layout generation from read l2n data. 2019-01-20 02:50:23 +01:00
l2n_writer_au.txt Introduced perimeter parameters for MOS3/MOS4 2019-02-02 01:29:28 +01:00
l2n_writer_au_2.gds WIP: Enabled layout generation from read l2n data. 2019-01-20 02:50:23 +01:00
l2n_writer_au_2.txt Introduced perimeter parameters for MOS3/MOS4 2019-02-02 01:29:28 +01:00
l2n_writer_au_2s.txt Introduced perimeter parameters for MOS3/MOS4 2019-02-02 01:29:28 +01:00
l2n_writer_au_s.txt Introduced perimeter parameters for MOS3/MOS4 2019-02-02 01:29:28 +01: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_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
nwriter1_au.txt Implemented SPICE writer + tests. 2019-01-31 00:07:10 +01:00
nwriter2_au.txt Implemented SPICE writer + tests. 2019-01-31 00:07:10 +01:00
nwriter3_au.txt Implemented SPICE writer + tests. 2019-01-31 00:07:10 +01:00
nwriter4_au.txt Implemented SPICE writer + tests. 2019-01-31 00:07:10 +01:00
nwriter5_au.txt Introduced perimeter parameters for MOS3/MOS4 2019-02-02 01:29:28 +01:00
nwriter6_au.txt Introduced perimeter parameters for MOS3/MOS4 2019-02-02 01:29:28 +01:00
nwriter7_au.txt Implemented SPICE writer + tests. 2019-01-31 00:07:10 +01:00
nwriter8_au.txt Introduced perimeter parameters for MOS3/MOS4 2019-02-02 01:29:28 +01:00
nwriter10_au.txt Implemented SPICE writer + tests. 2019-01-31 00:07:10 +01:00
nwriter20_au.txt Implemented SPICE writer + tests. 2019-01-31 00:07:10 +01: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