Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / tas / stm / stm_prop_eval.h
1 /****************************************************************************/
2 /* */
3 /* Chaine de CAO & VLSI AVERTEC */
4 /* */
5 /* Produit : STM Version 1.00 */
6 /* Fichier : stm_prop_eval.h */
7 /* */
8 /* (c) copyright 2000 AVERTEC */
9 /* Tous droits reserves */
10 /* */
11 /* Auteur(s) : Gilles Augustins */
12 /* */
13 /****************************************************************************/
14
15 #ifndef STM_PROP_EVAL_H
16 #define STM_PROP_EVAL_H
17
18 #include STM_H
19
20 extern float stm_getfancap (timing_props *properties, float fanout);
21 extern float stm_getfanres (timing_props *properties, float fanout);
22
23 #endif