mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-06 17:33:25 +02:00
The option is called "--lefdef-joined-paths" for strm* buddy tools and "joined_paths" for pya/RBA. Wires with multiple segments are combined into long paths when possible - this fails on anisotropic widths and 45 degree segments.
17 lines
282 B
Modula-2
17 lines
282 B
Modula-2
VERSION 5.6 ;
|
|
NAMESCASESENSITIVE ON ;
|
|
DIVIDERCHAR "/" ;
|
|
BUSBITCHARS "<>" ;
|
|
DESIGN SMALL ;
|
|
UNITS DISTANCE MICRONS 100 ;
|
|
|
|
DIEAREA ( -30 -30 ) ( 1030 1030 ) ;
|
|
|
|
NETS 1 ;
|
|
- TOP
|
|
+ ROUTED M1 ( 0 0 ) ( 1000 * ) ( * 1000 ) M2_M1
|
|
NEW M2 ( 1000 1000 ) ( 0 * ) ( 0 0 ) ;
|
|
END NETS
|
|
|
|
END DESIGN
|