File: dfpsetd2.sdf

package info (click to toggle)
gplcver 2.12a-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,604 kB
  • ctags: 9,129
  • sloc: ansic: 126,201; sh: 1,539; makefile: 86; perl: 22
file content (20 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// context here [+<scope>] is ffnand_test
(DELAYFILE 
  (SDFVERSION "3.0") 
  (CELL 
   (CELLTYPE "ffnand" ) 
   (INSTANCE ff1)
    (LABEL (ABSOLUTE (pr 10) (pf 10)))
  )
  (CELL 
   (CELLTYPE "nand" ) 
   (INSTANCE ff1.q1)
    // since source has 2 delays (3rd toz computed), need 3 for increment
    (DELAY (INCREMENT (DEVICE (5) (5))))
  )
  (CELL 
   (CELLTYPE "nand" ) 
   (INSTANCE ff1.q2)
    (DELAY (INCREMENT (DEVICE (5) (5))))
  )
)