mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-07 19:51:32 +02:00
16 lines
305 B
Plaintext
16 lines
305 B
Plaintext
MACRO macro1
|
|
CLASS CORE ;
|
|
ORIGIN 0.000 0.000 ;
|
|
SIZE 0.384 BY 0.480 ;
|
|
PIN Z
|
|
PORT
|
|
LAYER M1 ;
|
|
RECT 0.306 0.357 0.318 0.403 ;
|
|
RECT 0.318 0.115 0.352 0.403 ;
|
|
VIA 0.336 0.167 square ;
|
|
VIA 0.336 0.351 square ;
|
|
END
|
|
END Z
|
|
END macro1
|
|
|