klayout/testdata
Matthias Koefferlein 2dfcc9293e Allowing to explicity specify a format
Most tools and functions now allow to explicitly
specify a format for input and output. On input,
the format is usually detected, but for some
cases, this is not possible (e.g. DEF). So you can
specify the format attached to the file name in
square brackets:

e.g. file.defok[def]

"def" is the intended suffix, "defok" is the given one.

On output, the same is possible, specifically in strmxor
and strmclip:

strmxor a.gds b.gds out.xor[oas]
2026-03-20 16:30:28 +01:00
..
algo Bugfix/enhancement: keeping clusters and nets in sync when joining nets. This will enhance robustness under presence of soft connection errors 2026-01-11 17:45:44 +01:00
bd Implementing request from issue #2183 2025-10-25 17:54:26 +02:00
bool Fixing issue #2208 2025-11-08 23:45:09 +01:00
buddies Updating copyright to 2026 2026-02-07 17:12:53 +01:00
cif Fixed issue-972 (#1003) 2022-02-12 18:08:52 +01:00
drc Merge branch 'master' into wip 2026-02-05 22:05:24 +01:00
dxf Fixing issue #2208 2025-11-08 23:45:09 +01:00
gds Added some tests 2025-10-25 17:16:13 +02: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 Updating copyright to 2026 2026-02-07 17:12:53 +01:00
lay Support for grayscale formats in PNG reader for PixelBuffer, writing non-alpha RGB versions from non-transparent PixelBuffers 2022-05-09 22:13:35 +02:00
lefdef Allowing to explicity specify a format 2026-03-20 16:30:28 +01:00
lstream Fixed LStream writer under the presence of iterated arrays 2025-11-11 23:35:08 +01:00
lvs Making net name mandatory (using expanded_name) for L2N format, so that we can refer to net name in log entries later 2026-01-04 17:10:35 +01:00
lym Trying to fix Python 3.6 builds + tests 2024-01-25 13:35:23 +01:00
magic Following up on a number of Magic reader issues found in the course of issue #2263 2026-01-25 19:30:08 +01:00
maly Introducing a check whether DBU is compatible with a given one in most readers (except PCB) 2025-07-05 21:13:19 +02:00
net_tracer Added missing files 2025-01-16 20:50:51 +01:00
oasis Merge branch 'bugfix/issue-2088' 2025-07-19 19:00:33 +02:00
other Initialized repository with current sources. 2017-02-12 13:21:08 +01:00
pcb/simple Added smoke tests for streams in Python module 2025-11-08 20:25:06 +01:00
pex WIP: debugging, tests. Triangulation should be safer now against linear chains of vertexes. 2025-05-04 14:36:34 +02:00
pymod Updating copyright to 2026 2026-02-07 17:12:53 +01:00
python [consider merging] Bugfix: Python did not support downcasting of PolygonWithProperties to Polygon on Shapes#polygon for example 2026-02-24 21:00:21 +01:00
ruby Merge pull request #2280 from KLayout/wip 2026-03-04 18:46:10 +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