source: trunk/yao/src/analyzers/testANTLR/16eigvvcgall.d @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 3.0 KB
Line 
1#==========================================================
2#                  fichier de DESCRIPTION
3#==========================================================
4#DEFVAL : permet de définir des valeurs -------------DEFVAL
5defval SZX       3
6defval SZXpo2x2 18   | must be = pow(SZX,2) * 2
7defval SZXnx2   24   | must be = (SZX + pow(SZX,2)) * 2
8defval SZU       0
9defval SZT       1
10defval SZA       1
11
12#NAME : nom des sources  "hat" --------------------HAT_NAME
13hat_name cgall
14
15#OPTION : des options de g?n?ration -----------------OPTION
16option  O_M1QN3
17option  O_GRADTEST
18#option O_REAL FLOAT
19#option O_EXTOBJ eigvvcgm.o eigvvcgmb.o eigvvcgmd.o adBuffer.o adStack.o
20option  O_EXTOBJ cgall.o cgallb.o cgalld.o adBuffer.o adStack.o
21
22#TRAJECTOIRES -----------------------------------------TRAJ
23traj Tcal M SZU SZT
24
25#ESPACE ----------------------------------------------SPACE
26space  ScalA  M    1      Tcal
27
28#MODULES: les modules et leurs attributs -----------MODULES
29modul ar11  space ScalA noward  output 1  target
30modul ar12  space ScalA noward  output 1    target
31modul ar13  space ScalA noward  output 1    target
32modul ar21  space ScalA noward  output 1    target
33modul ar22  space ScalA noward  output 1 target
34modul ar23  space ScalA noward  output 1    target
35modul ar31  space ScalA noward  output 1    target
36modul ar32  space ScalA noward  output 1     target
37modul ar33  space ScalA noward  output 1 target
38#
39modul ai11  space ScalA noward  output 1     | target
40modul ai12  space ScalA noward  output 1     | target
41modul ai13  space ScalA noward  output 1     | target
42modul ai21  space ScalA noward  output 1     | target
43modul ai22  space ScalA noward  output 1     | target
44modul ai23  space ScalA noward  output 1     | target
45modul ai31  space ScalA noward  output 1     | target
46modul ai32  space ScalA noward  output 1     | target
47modul ai33  space ScalA noward  output 1     | target
48#
49modul Cgall   space ScalA hidjack input array SZXpo2x2 output SZXnx2 cout tempo
50
51#CONNECTIONS: liens sorties->entrées ----------------CTIN-M
52ctin Cgall   1   from ar11 1  1
53ctin Cgall   2   from ar21 1  1
54ctin Cgall   3   from ar31 1  1
55ctin Cgall   4   from ar12 1  1
56ctin Cgall   5   from ar22 1  1
57ctin Cgall   6   from ar32 1  1
58ctin Cgall   7   from ar13 1  1
59ctin Cgall   8   from ar23 1  1
60ctin Cgall   9   from ar33 1  1
61#
62ctin Cgall   10  from ai11 1  1
63ctin Cgall   11  from ai21 1  1
64ctin Cgall   12  from ai31 1  1
65ctin Cgall   13  from ai12 1  1
66ctin Cgall   14  from ai22 1  1
67ctin Cgall   15  from ai32 1  1
68ctin Cgall   16  from ai13 1  1
69ctin Cgall   17  from ai23 1  1
70ctin Cgall   18  from ai33 1  1
71#
72exec disp_ct_in
73
74#ORDER: ----------------------------------------------ORDER
75#    ordre de parcourt de l'espace et de calcul des modules
76order modinspace ScalA
77   order YA1
78           Cgall
79   forder
80forder
81#
82order spaceintraj Tcal
83    ScalA
84forder
85#
86
87#USER FUNCTIONS: --------------------------------------UFCT
88#       instructions sp?cifiques de l'application
89insert_fct     xdisplay
90
91#FIN ================================================== END
Note: See TracBrowser for help on using the repository browser.