mirror of https://github.com/KLayout/klayout.git
Added missing files
This commit is contained in:
parent
4eb48738e4
commit
68db8fc867
|
|
@ -0,0 +1,25 @@
|
|||
VERSION 5.4 ;
|
||||
|
||||
NAMESCASESENSITIVE ON ;
|
||||
BUSBITCHARS "[]" ;
|
||||
DIVIDERCHAR "/" ;
|
||||
NOWIREEXTENSIONATPIN OFF ;
|
||||
|
||||
UNITS
|
||||
DATABASE MICRONS 1000 ;
|
||||
END UNITS
|
||||
|
||||
NONDEFAULTRULE DOUBLESPACE
|
||||
LAYER M1
|
||||
WIDTH 0.16 ;
|
||||
SPACING 0.36 ;
|
||||
END M1
|
||||
|
||||
# klayout 0.28.5 lef reader get's confused by the SPACING in NONDEFAULTRULE
|
||||
SPACING
|
||||
SAMENET M1 M1 0.36 ;
|
||||
END SPACING
|
||||
|
||||
END DOUBLESPACE
|
||||
END LIBRARY
|
||||
|
||||
Loading…
Reference in New Issue