Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / tas / stm / stm_modscm_false_eval.h
1 /****************************************************************************/
2 /* */
3 /* Chaine de CAO & VLSI AVERTEC */
4 /* */
5 /* Produit : STM Version 1.00 */
6 /* Fichier : stm_modscm_false_eval.h */
7 /* */
8 /* (c) copyright 2000 AVERTEC */
9 /* Tous droits reserves */
10 /* */
11 /* Auteur(s) : Gilles Augustins */
12 /* */
13 /****************************************************************************/
14
15 #ifndef STM_MODSCM_FALSE_EVAL_H
16 #define STM_MODSCM_FALSE_EVAL_H
17
18 /****************************************************************************/
19 /* includes */
20 /****************************************************************************/
21
22 #include STM_H
23
24 extern float stm_modscm_false_imax (falseparams *params);
25 extern float stm_modscm_false_vth (falseparams *params);
26 extern float stm_modscm_false_slew (falseparams *params, float load, float slew);
27 extern float stm_modscm_false_slope (falseparams *params);
28 extern float stm_modscm_false_delay (falseparams *params, float load, float slew);
29 extern void stm_modscm_false_sdpath (falseparams *params, float load, float slew, double* val, double* front, int conflag);
30 extern float stm_modscm_false_vf_input (falseparams *params);
31 extern float stm_modscm_false_vdd_input (falseparams *params);
32
33 #endif