;*************************************************** ;* (C)Copyright by NTT DATA Corp.1994(unpublished) * ;* All rights are reserved. * ;*************************************************** (def-module dbf2_i1 power 6.4 area 0.49 gates 2 cell_name bf2_i1 (def-pin i type input load 0.12) (def-pin z type output load 0.080) (def-function z (buffer i)) (def-delay /i /z (+ 0.59 (* 0.99 ~z))) (def-delay %i %z (+ 0.59 (* 0.99 ~z))) (def-constraint drive (- 2.0 ~z) type max) (def-constraint drive (- ~z 0) type min) (def-symbol BUFFER i z) )