klayout/src/plugins/streamers/lefdef/unit_tests
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
..
dbLEFDEFImportTests.cc Allowing to explicity specify a format 2026-03-20 16:30:28 +01:00
dbLEFDEFReaderOptionsTests.cc Updating copyright to 2026 2026-02-07 17:12:53 +01:00
unit_tests.pro WIP: first test case for mask support - needs testing. 2020-07-27 23:13:15 +02:00