mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 17:30:09 +02:00
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
|
|
# A comment
|
|
define("noname.gds");
|
|
define("L2", file + ".zzz", technology = "", description = "Library L2");
|
|
define("L3", "subdir/l3.gds", technologies = [ "T2", "T3" ], replicate = false);
|
|
|