klayout/testdata
Matthias Koefferlein 9c607d7663 Added a first version of the layout to netlist extraction feature
The main entry point is RBA::LayoutToNetlist which is the
GSI binding for the layout to netlist extractor. For a first
impression about the abilities of this extractor see the
Ruby tests in testdata/ruby/dbLayoutToNetlist.rb.

The framework itself consists of many classes, specifically

- RBA::Netlist for the netlist representation
- RBA::DeviceClass and superclasses (e.g. RBA::DeviceClassResistor and
  RBA::DeviceClassMOS3Transistor) for the description of devices.
- RBA::DeviceExtractor and superclasses (i.e. RBA::DeviceExtractorMOS3Transistor or
  the generic RBA::GenericDeviceExtractor) for the implementation of the
  device extraction.
- RBA::Connectivity for the description of inter- and intra-layer connections.
2018-12-30 22:43:56 +01:00
..
algo WIP: added test for recursive net shape retrieval 2018-12-30 18:22:45 +01:00
bd Updated golden data for strm2txt 2018-09-10 07:12:25 +02:00
bool Updated slow EdgeProcessor unit test golden data. 2018-07-23 19:51:47 +02:00
cif Fixed CIF reader unit test (wrong file name) 2017-12-27 21:40:15 +01:00
drc DRC test suite Ruby 1.8 compatibility. 2018-05-02 00:51:47 +02:00
dxf Fixed #198 (DXF contour stitching renders fuzzy polygons) 2018-11-22 22:19:46 +01:00
gds Added testcase for #166. 2018-09-17 01:51:23 +02:00
gds2_txt Initialized repository with current sources. 2017-02-12 13:21:08 +01:00
klayout_main Some fixes for the testsuite 2018-10-09 13:57:26 -07:00
lefdef/issue-172 Merge remote-tracking branch 'remotes/origin/master' into pymod 2018-09-26 21:15:08 +02:00
net_tracer Added missing test files for net tracer. 2017-02-12 16:12:24 +01:00
oasis OASIS tests made robust against hash implementation 2018-09-10 01:16:49 +02:00
other Initialized repository with current sources. 2017-02-12 13:21:08 +01:00
pymod Fixed pymod/pya tests. 2018-11-18 23:19:58 +01:00
python WIP: added more ruby, python tests. 2018-11-17 00:28:32 +01:00
ruby Added a first version of the layout to netlist extraction feature 2018-12-30 22:43:56 +01:00
vendor/ruby/test RBA Unit test enhancements 2017-07-23 23:03:21 +02:00