Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / inf / inf_errmsg.xml
1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2
3 <messages libname="inf">
4
5 <err>
6 <lib>INF-</lib><num>001</num>
7 <msg>%sL and W not required\n</msg>
8 <doc>The parameters L and W won't be use because they have no meaning in this declaration.</doc>
9 </err>
10 <err>
11 <lib>INF-</lib><num>002</num>
12 <msg>%sunrecognized token '%s', should be %s\n</msg>
13 <doc>The expected token was not found.</doc>
14 </err>
15 <err>
16 <lib>INF-</lib><num>003</num>
17 <msg>%sunrecognized token '%s'\n</msg>
18 <doc>The token is unknown and can't be handled.</doc>
19 </err>
20 <err>
21 <lib>INF-</lib><num>004</num>
22 <msg>%sinvalid value '%s', should be %s\n</msg>
23 <doc>An invalid value has been encountred.</doc>
24 </err>
25 <err>
26 <lib>INF-</lib><num>005</num>
27 <msg>%sunknown section '%s', ignoring section\n</msg>
28 <doc>The section is unknown and can't be handled.</doc>
29 </err>
30 <err>
31 <lib>INF-</lib><num>006</num>
32 <msg>%sunknown direction '%s', ignoring section\n</msg>
33 <doc>The connector direction is unknown and can't be handled.</doc>
34 </err>
35 <err>
36 <lib>INF-</lib><num>007</num>
37 <msg>%sclock '%s' is not delared yet\n</msg>
38 <doc>A clock signal is referenced but has not been declared yet.</doc>
39 </err>
40 <err>
41 <lib>INF-</lib><num>008</num>
42 <msg>%sno period specified for clock '%s' or no default period\n</msg>
43 <doc>It's impossible to find a period to associate with the clock. Either the default period or the clock period should be defined.</doc>
44 </err>
45 <err>
46 <lib>INF-</lib><num>009</num>
47 <msg>%s:%d: syntax error near '%s'\n</msg>
48 <doc>A syntax error occured when parsing file. Either a signal name matchs a syntax token or the token is unknown. In the first case, consider enclosing the signal name with quote.</doc>
49 </err>
50 <err>
51 <lib>INF-</lib><num>010</num>
52 <msg>%s:%d: syntax error in regular expression\n</msg>
53 <doc>An invalid regular expression have been detected.</doc>
54 </err>
55 <err>
56 <lib>INF-</lib><num>011</num>
57 <msg>no figure name given, guessing it is '%s'\n</msg>
58 <doc>The information file should begin with the figure name associated with the informations. If the name is not specified, a figure name will be guessed from the file name. This could lead to errors if the guessed name is wrong.</doc>
59 </err>
60 <err>
61 <lib>INF-</lib><num>012</num>
62 <msg>can not open '%s' information file\n</msg>
63 <doc>An error occured when trying to read the information file.</doc>
64 </err>
65 <err>
66 <lib>INF-</lib><num>013</num>
67 <msg>%sinformation on signal %s already read -- ignored\n</msg>
68 <doc></doc>
69 </err>
70 <err>
71 <lib>INF-</lib><num>014</num>
72 <msg>%sinformation on signal '%s' has already been set elsewhere -- overriding with inf values\n</msg>
73 <doc>A default value has been set by the netlist spice deck and will be shadowed by a new value who has more priority.</doc>
74 </err>
75 <err>
76 <lib>INF-</lib><num>015</num>
77 <msg>%sinformation '%s' for '%s' has already been set to '%s' elsewhere -- overriding with inf value '%s'\n</msg>
78 <doc>A default value has been set by the netlist spice deck and will be shadowed by a new value who has more priority.</doc>
79 </err>
80 <err>
81 <lib>INF-</lib><num>016</num>
82 <msg>%sinformation '%s' for '%s' has already been set elsewhere -- overriding with inf values\n</msg>
83 <doc>A default value has been set by the netlist spice deck and will be shadowed by a new value who has more priority.</doc>
84 </err>
85 <err>
86 <lib>INF-</lib><num>017</num>
87 <msg>%sinformation '%s' for '%s' has already been set to %d elsewhere -- overriding with inf value %d\n</msg>
88 <doc>A default value has been set by the netlist spice deck and will be shadowed by a new value who has more priority.</doc>
89 </err>
90 <err>
91 <lib>INF-</lib><num>018</num>
92 <msg>could not create file '%s'\n</msg>
93 <doc>An error occured when trying the open the information file in write mode.</doc>
94 </err>
95 <err>
96 <lib>INF-</lib><num>019</num>
97 <msg>%sslope defined for pin '%s' %s is too low, set to %s\n</msg>
98 <doc></doc>
99 </err>
100 <err>
101 <lib>INF-</lib><num>020</num>
102 <msg>%sinvalid check type ('%s') for 'NoCheck' section\n</msg>
103 <doc></doc>
104 </err>
105 <err>
106 <lib>INF-</lib><num>021</num>
107 <msg>unknown inf section '%s'\n</msg>
108 <doc></doc>
109 </err>
110 <err>
111 <lib>INF-</lib><num>022</num>
112 <msg>%sunknown characteristic '%s', ignoring this entry\n</msg>
113 <doc>The signal characteristic is unknown and can't be handled.</doc>
114 </err>
115 <err>
116 <lib>INF-</lib><num>023</num>
117 <msg>name '%s' doesn't match any %s in circuit\n</msg>
118 <doc></doc>
119 </err>
120
121 <err>
122 <lib>INF-</lib><num>024</num>
123 <msg>%sincompatible tokens given for 'directives' section\n</msg>
124 <doc>Using "... with sig rising|falling" or "... before|after sig up|down" is forbidden.</doc>
125 </err>
126 <err>
127 <lib>INF-</lib><num>025</num>
128 <msg>%sinvalid type '%s', ignoring this entry\n</msg>
129 <doc>The given type does not apply to this section and can't be handled.</doc>
130 </err>
131 <err>
132 <lib>INF-</lib><num>026</num>
133 <msg>%sout of range probability value: %g\n</msg>
134 <doc>The probability value must be a value ranging from 0 to 1.</doc>
135 </err>
136 <err>
137 <lib>INF-</lib><num>027</num>
138 <msg>invalid marking %s\n</msg>
139 <doc></doc>
140 </err>
141
142
143
144 </messages>