Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / yagle / yagle / yag_chain.h
1 /****************************************************************************/
2 /* */
3 /* Chaine de CAO & VLSI Alliance */
4 /* */
5 /* Produit : YAGLE v3.50 */
6 /* Fichier : yag_chain.h */
7 /* */
8 /* (c) copyright 1994 Laboratoire MASI equipe CAO & VLSI */
9 /* Tous droits reserves */
10 /* Support : e-mail alliance-support@asim.lip6.fr */
11 /* */
12 /* */
13 /****************************************************************************/
14
15 void yagChainTrans(lotrs_list *pttrans);
16 void yagChainDual(cone_list *ptcone);
17 void yagChainBranch(cone_list *ptcone, branch_list *ptbranch);
18 void yagChainCone(cone_list *ptcone);
19 void yagBuildOutputs(cone_list *ptcone);
20 ht *yagGetTransList(inffig_list *ifl, cone_list *ptcone, losig_list *ptsig);
21 edge_list *yagGetConeInputs(inffig_list *ifl, cone_list *ptcone);