klayout/src/buddies
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
..
src Allowing to explicity specify a format 2026-03-20 16:30:28 +01:00
unit_tests Allowing to explicity specify a format 2026-03-20 16:30:28 +01:00
buddies.pro Refactoring and first bd tests 2017-08-19 18:47:52 +02:00