mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 17:30:09 +02:00
11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
|
|
define("L0", "l0.gds", technology = "*");
|
|
|
|
# relative to this file
|
|
include("../lay/a.libdef");
|
|
|
|
var n4 = "L4";
|
|
var f4 = "l4.gds";
|
|
define(n4, f4);
|
|
|