Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / tas / stm / stm_modscm_sign.h
1 /****************************************************************************/
2 /* */
3 /* Chaine de CAO & VLSI AVERTEC */
4 /* */
5 /* Produit : STM Version 1.00 */
6 /* Fichier : stm_modscm_sign.h */
7 /* */
8 /* (c) copyright 2000 AVERTEC */
9 /* Tous droits reserves */
10 /* */
11 /* Auteur(s) : Gilles Augustins */
12 /* */
13 /****************************************************************************/
14
15 #ifndef STM_MODSCM_SIGN_H
16 #define STM_MODSCM_SIGN_H
17
18 /****************************************************************************/
19 /* includes */
20 /****************************************************************************/
21
22 #include STM_H
23
24 /****************************************************************************/
25 /* functions */
26 /****************************************************************************/
27
28 #ifndef NEWSIGN
29 extern void stm_modscm_signature (timing_scm *scm, char *s);
30 #else
31 extern float stm_modscm_signature (timing_scm *scm, char *s);
32 int stm_modscm_change_params (timing_scm *scm0, timing_scm *scm0);
33 extern int stm_modscm_same_params (timing_scm *scm0, timing_scm *scm1);
34 #endif
35 extern void stm_modscm_change_params (timing_scm *scm);
36
37 #endif