File: in.lef

package info (click to toggle)
klayout 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292,204 kB
  • sloc: cpp: 2,068,428; ruby: 47,823; xml: 26,924; python: 14,404; sh: 1,812; tcl: 212; perl: 170; makefile: 112; ansic: 42
file content (28 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
LAYER M1
  TYPE ROUTING ;
END M1
LAYER VIA1
  TYPE CUT ;
END VIA1

MACRO dense
  CLASS CORE ;
  ORIGIN 0.0 0.0 ;
  FOREIGN dense ;
  SIZE 0.7 BY 0.9 ;
  OBS
    LAYER M1 DESIGNRULEWIDTH 0.05 ;
      RECT 0.04 0.095 0.66 0.685 ;
    LAYER VIA1 ;
      RECT 0.285 0.31 0.415 0.36 ;
      RECT 0.285 0.18 0.415 0.23 ;
  END
  DENSITY
    LAYER M1 ;
      RECT 0.04 0.09 0.66 0.685 100.0 ;
    LAYER VIA1 ;
      RECT 0 0 100 100 45.5 ; #rect from (0,0) to (100,100), density of 45.5%
      RECT 100 0 200 100 42.2 ; #rect from (100,0) to (200, 100), density of 42.2%
  END
END dense
END LIBRARY