Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / yagle / genius / gen_lofig.h
1 #ifndef GEN_LOFIG_H
2 #define GEN_LOFIG_H
3
4 #include <stdio.h>
5 #include <string.h>
6 #include MUT_H
7 #include MLO_H
8 #include ELP_H
9 #include RCN_H
10 #include MLU_H
11 #include BEH_H
12 #include BVL_H
13 #include FCL_H
14 #include GEN_H
15
16 extern void gen_clean_RC (lofig_list *fig);
17 extern lofig_list *gen_build_netlist (char *modelname, corresp_t *crt);
18 extern int gen_endianess (losig_list *sig);
19 extern void gen_sort_sigs (lofig_list *fig, ht *endht);
20 extern void gen_update_sigcon (lofig_list *fig);
21 extern lofig_list *gen_build_from_GNS (lofig_list *lf, chain_list *loins, chain_list *lotrs, char *modelname);
22 extern lofig_list *gen_build_from_FCL (lofig_list *lf, char *modelname);
23
24 #endif