source: trunk/yao/src/analyzers/testANTLR/57eigvvcgmnz.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: 2.9 KB
Line 
1#==========================================================
2#                  fichier de DESCRIPTION
3#==========================================================
4#DEFVAL : permet de définir des valeurs -------------DEFVAL
5#defval  SZX         190 |   200 |    340 |   114 | ! used in module(s)
6#defval  SZXpo2x2  72200 | 80000 | 231200 | 25992 | must be = pow(SZX,2) * 2
7#defval  SZXnx2    72580 | 80400 | 231880 | 26220 | must be = (SZX + pow(SZX,2)) * 2
8defval  SZX         190 |    330 |   190 |   50 |   200 |    340 |   114 | ! used in module(s)
9defval  SZXpo2x2  72200 | 217800 | 72200 | 5000 | 80000 | 231200 | 25992 | must be = pow(SZX,2) * 2
10defval  SZXnx2    72580 | 218460 | 72580 | 5100 | 80400 | 231880 | 26220 | must be = (SZX + pow(SZX,2)) * 2
11#defval  SZX           4
12#defval  SZXpo2x2     32
13#defval  SZXnx2       40
14
15##########
16defval SZU           0
17defval SZT           1
18defval SZA           1
19
20#NAME : nom des sources  "hat" --------------------HAT_NAME
21hat_name cgmnz
22
23#OPTION : des options de g?n?ration -----------------OPTION
24#option O_VARINCR
25option  O_M1QN3
26option  O_GRADTEST
27#option O_REAL FLOAT
28#option O_EXTOBJ eigvvcgm.o eigvvcgmb.o eigvvcgmd.o adBuffer.o adStack.o
29#option O_EXTOBJ cgall.o cgallb.o cgalld.o adBuffer.o adStack.o
30#option  O_EXTOBJ cbal.o cbalb.o cbald.o corth.o corthb.o corthd.o comqr2.o comqr2b.o comqr2d.o cgcom.o adBuffer.o adStack.o
31#option O_EXTOBJ cbal.o cbalb.o cbald.o corth.o corthb.o corthd.o cgcom.o adBuffer.o adStack.o
32option  O_EXTOBJ cbal.o cbalb.o cbald.o corth.o corthb.o          comqr2.o comqr2b.o           cbabk268.o cbabk268b.o cgcom.o adBuffer.o adStack.o
33
34#TRAJECTOIRES -----------------------------------------TRAJ
35traj Tcal M SZU SZT
36
37#ESPACE ----------------------------------------------SPACE
38space  ScalA  M    1      Tcal
39
40#MODULES: les modules et leurs attributs -----------MODULES
41modul   Cz         space ScalA noward  output SZX target
42modul   BuildM3DMN space ScalA hidjac input array SZX output SZXpo2x2
43#modul  Cgall      space ScalA hidjac input array SZXpo2x2 output SZXnx2   tempo  cout
44#modul  Cggrp      space ScalA hidjac input array SZXpo2x2 output SZXpo2x2 tempo  cout
45modul   Cggrp      space ScalA hidjac input array SZXpo2x2 output SZXnx2   tempo  cout
46
47#CONNECTIONS: liens sorties->entrées ----------------CTIN-M
48exec disp_ct_in
49
50#ORDER: ----------------------------------------------ORDER
51#    ordre de parcourt de l'espace et de calcul des modules
52order modinspace ScalA
53   order YA1
54           BuildM3DMN
55                 #Cgall
56                 Cggrp
57   forder
58forder
59#
60order spaceintraj Tcal
61    ScalA
62forder
63#
64
65#USER FUNCTIONS: --------------------------------------UFCT
66#       instructions sp?cifiques de l'application
67insert_fct      xdisplay
68insert_fct      xinit_appli
69insert_fct  arg xset_freq
70#insert_fct  arg xset_freq_obs
71insert_fct  arg xset_delta
72insert_fct  arg xperturb_cz
73insert_fct  arg xsetetape
74insert_fct  arg xset_zs
75insert_fct      xinit_cz
76#insert_fct arg xcinema_freq
77
78#FIN ================================================== END
Note: See TracBrowser for help on using the repository browser.