OpenCores
URL https://opencores.org/ocsvn/wiegand_ctl/wiegand_ctl/trunk

Subversion Repositories wiegand_ctl

[/] [wiegand_ctl/] [trunk/] [sim/] [modelsim.ini] - Blame information for rev 16

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 16 jeaander
; Copyright 1991-2009 Mentor Graphics Corporation
2
;
3
; All Rights Reserved.
4
;
5
; THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION WHICH IS THE PROPERTY OF
6
; MENTOR GRAPHICS CORPORATION OR ITS LICENSORS AND IS SUBJECT TO LICENSE TERMS.
7
;
8
 
9
[Library]
10
others = C:/altera/14.0/modelsim_ase/modelsim.ini
11
 
12
; Altera Primitive libraries
13
;
14
; VHDL Section
15
;
16
;
17
; Verilog Section
18
;
19
 
20
[vcom]
21
; VHDL93 variable selects language version as the default.
22
; Default is VHDL-2002.
23
; Value of 0 or 1987 for VHDL-1987.
24
; Value of 1 or 1993 for VHDL-1993.
25
; Default or value of 2 or 2002 for VHDL-2002.
26
; Default or value of 3 or 2008 for VHDL-2008.
27
VHDL93 = 2002
28
 
29
; Show source line containing error. Default is off.
30
; Show_source = 1
31
 
32
; Turn off unbound-component warnings. Default is on.
33
; Show_Warning1 = 0
34
 
35
; Turn off process-without-a-wait-statement warnings. Default is on.
36
; Show_Warning2 = 0
37
 
38
; Turn off null-range warnings. Default is on.
39
; Show_Warning3 = 0
40
 
41
; Turn off no-space-in-time-literal warnings. Default is on.
42
; Show_Warning4 = 0
43
 
44
; Turn off multiple-drivers-on-unresolved-signal warnings. Default is on.
45
; Show_Warning5 = 0
46
 
47
; Turn off optimization for IEEE std_logic_1164 package. Default is on.
48
; Optimize_1164 = 0
49
 
50
; Turn on resolving of ambiguous function overloading in favor of the
51
; "explicit" function declaration (not the one automatically created by
52
; the compiler for each type declaration). Default is off.
53
; The .ini file has Explicit enabled so that std_logic_signed/unsigned
54
; will match the behavior of synthesis tools.
55
Explicit = 1
56
 
57
; Turn off acceleration of the VITAL packages. Default is to accelerate.
58
; NoVital = 1
59
 
60
; Turn off VITAL compliance checking. Default is checking on.
61
; NoVitalCheck = 1
62
 
63
; Ignore VITAL compliance checking errors. Default is to not ignore.
64
; IgnoreVitalErrors = 1
65
 
66
; Turn off VITAL compliance checking warnings. Default is to show warnings.
67
; Show_VitalChecksWarnings = 0
68
 
69
; Keep silent about case statement static warnings.
70
; Default is to give a warning.
71
; NoCaseStaticError = 1
72
 
73
; Keep silent about warnings caused by aggregates that are not locally static.
74
; Default is to give a warning.
75
; NoOthersStaticError = 1
76
 
77
; Turn off inclusion of debugging info within design units.
78
; Default is to include debugging info.
79
; NoDebug = 1
80
 
81
; Turn off "Loading..." messages. Default is messages on.
82
; Quiet = 1
83
 
84
; Turn on some limited synthesis rule compliance checking. Checks only:
85
;    -- signals used (read) by a process must be in the sensitivity list
86
; CheckSynthesis = 1
87
 
88
; Activate optimizations on expressions that do not involve signals,
89
; waits, or function/procedure/task invocations. Default is off.
90
; ScalarOpts = 1
91
 
92
; Require the user to specify a configuration for all bindings,
93
; and do not generate a compile time default binding for the
94
; component. This will result in an elaboration error of
95
; 'component not bound' if the user fails to do so. Avoids the rare
96
; issue of a false dependency upon the unused default binding.
97
; RequireConfigForAllDefaultBinding = 1
98
 
99
; Inhibit range checking on subscripts of arrays. Range checking on
100
; scalars defined with subtypes is inhibited by default.
101
; NoIndexCheck = 1
102
 
103
; Inhibit range checks on all (implicit and explicit) assignments to
104
; scalar objects defined with subtypes.
105
; NoRangeCheck = 1
106
 
107
[vlog]
108
 
109
; Turn off inclusion of debugging info within design units.
110
; Default is to include debugging info.
111
; NoDebug = 1
112
 
113
; Turn off "loading..." messages. Default is messages on.
114
; Quiet = 1
115
 
116
; Turn on Verilog hazard checking (order-dependent accessing of global vars).
117
; Default is off.
118
; Hazard = 1
119
 
120
; Turn on converting regular Verilog identifiers to uppercase. Allows case
121
; insensitivity for module names. Default is no conversion.
122
; UpCase = 1
123
 
124
; Turn on incremental compilation of modules. Default is off.
125
; Incremental = 1
126
 
127
; Turns on lint-style checking.
128
; Show_Lint = 1
129
 
130
[vsim]
131
; Simulator resolution
132
; Set to fs, ps, ns, us, ms, or sec with optional prefix of 1, 10, or 100.
133
Resolution = ps
134
 
135
; User time unit for run commands
136
; Set to default, fs, ps, ns, us, ms, or sec. The default is to use the
137
; unit specified for Resolution. For example, if Resolution is 100ps,
138
; then UserTimeUnit defaults to ps.
139
; Should generally be set to default.
140
UserTimeUnit = default
141
 
142
; Default run length
143
RunLength = 100
144
 
145
; Maximum iterations that can be run without advancing simulation time
146
IterationLimit = 5000
147
 
148
; Directive to license manager:
149
; vhdl          Immediately reserve a VHDL license
150
; vlog          Immediately reserve a Verilog license
151
; plus          Immediately reserve a VHDL and Verilog license
152
; nomgc         Do not look for Mentor Graphics Licenses
153
; nomti         Do not look for Model Technology Licenses
154
; noqueue       Do not wait in the license queue when a license isn't available
155
; viewsim       Try for viewer license but accept simulator license(s) instead
156
;               of queuing for viewer license
157
; License = plus
158
 
159
; Stop the simulator after a VHDL/Verilog assertion message
160
; 0 = Note  1 = Warning  2 = Error  3 = Failure  4 = Fatal
161
BreakOnAssertion = 3
162
 
163
; Assertion Message Format
164
; %S - Severity Level
165
; %R - Report Message
166
; %T - Time of assertion
167
; %D - Delta
168
; %I - Instance or Region pathname (if available)
169
; %% - print '%' character
170
; AssertionFormat = "** %S: %R\n   Time: %T  Iteration: %D%I\n"
171
 
172
; Assertion File - alternate file for storing VHDL/Verilog assertion messages
173
; AssertFile = assert.log
174
 
175
; Default radix for all windows and commands...
176
; Set to symbolic, ascii, binary, octal, decimal, hex, unsigned
177
DefaultRadix = symbolic
178
 
179
; VSIM Startup command
180
; Startup = do startup.do
181
 
182
; File for saving command transcript
183
TranscriptFile = transcript
184
 
185
; File for saving command history
186
; CommandHistory = cmdhist.log
187
 
188
; Specify whether paths in simulator commands should be described
189
; in VHDL or Verilog format.
190
; For VHDL, PathSeparator = /
191
; For Verilog, PathSeparator = .
192
; Must not be the same character as DatasetSeparator.
193
PathSeparator = /
194
 
195
; Specify the dataset separator for fully rooted contexts.
196
; The default is ':'. For example, sim:/top
197
; Must not be the same character as PathSeparator.
198
DatasetSeparator = :
199
 
200
; Disable VHDL assertion messages
201
; IgnoreNote = 1
202
; IgnoreWarning = 1
203
; IgnoreError = 1
204
; IgnoreFailure = 1
205
 
206
; Default force kind. May be freeze, drive, deposit, or default
207
; or in other terms, fixed, wired, or charged.
208
; A value of "default" will use the signal kind to determine the
209
; force kind, drive for resolved signals, freeze for unresolved signals
210
; DefaultForceKind = freeze
211
 
212
; If zero, open files when elaborated; otherwise, open files on
213
; first read or write.  Default is 0.
214
; DelayFileOpen = 1
215
 
216
; Control VHDL files opened for write.
217
;   0 = Buffered, 1 = Unbuffered
218
UnbufferedOutput = 0
219
 
220
; Control the number of VHDL files open concurrently.
221
; This number should always be less than the current ulimit
222
; setting for max file descriptors.
223
;   0 = unlimited
224
ConcurrentFileLimit = 40
225
 
226
; Control the number of hierarchical regions displayed as
227
; part of a signal name shown in the Wave window.
228
; A value of zero tells VSIM to display the full name.
229
; The default is 0.
230
; WaveSignalNameWidth = 0
231
 
232
; Turn off warnings from the std_logic_arith, std_logic_unsigned
233
; and std_logic_signed packages.
234
; StdArithNoWarnings = 1
235
 
236
; Turn off warnings from the IEEE numeric_std and numeric_bit packages.
237
; NumericStdNoWarnings = 1
238
 
239
; Control the format of the (VHDL) FOR generate statement label
240
; for each iteration.  Do not quote it.
241
; The format string here must contain the conversion codes %s and %d,
242
; in that order, and no other conversion codes.  The %s represents
243
; the generate_label; the %d represents the generate parameter value
244
; at a particular generate iteration (this is the position number if
245
; the generate parameter is of an enumeration type).  Embedded whitespace
246
; is allowed (but discouraged); leading and trailing whitespace is ignored.
247
; Application of the format must result in a unique scope name over all
248
; such names in the design so that name lookup can function properly.
249
; GenerateFormat = %s__%d
250
 
251
; Specify whether checkpoint files should be compressed.
252
; The default is 1 (compressed).
253
; CheckpointCompressMode = 0
254
 
255
; List of dynamically loaded objects for Verilog PLI applications
256
; Veriuser = veriuser.sl
257
 
258
; Specify default options for the restart command. Options can be one
259
; or more of: -force -nobreakpoint -nolist -nolog -nowave
260
; DefaultRestartOptions = -force
261
 
262
; HP-UX 10.20 ONLY - Enable memory locking to speed up large designs
263
; (> 500 megabyte memory footprint). Default is disabled.
264
; Specify number of megabytes to lock.
265
; LockedMemory = 1000
266
 
267
; Turn on (1) or off (0) WLF file compression.
268
; The default is 1 (compress WLF file).
269
; WLFCompress = 0
270
 
271
; Specify whether to save all design hierarchy (1) in the WLF file
272
; or only regions containing logged signals (0).
273
; The default is 0 (save only regions with logged signals).
274
; WLFSaveAllRegions = 1
275
 
276
; WLF file time limit.  Limit WLF file by time, as closely as possible,
277
; to the specified amount of simulation time.  When the limit is exceeded
278
; the earliest times get truncated from the file.
279
; If both time and size limits are specified the most restrictive is used.
280
; UserTimeUnits are used if time units are not specified.
281
; The default is 0 (no limit).  Example: WLFTimeLimit = {100 ms}
282
; WLFTimeLimit = 0
283
 
284
; WLF file size limit.  Limit WLF file size, as closely as possible,
285
; to the specified number of megabytes.  If both time and size limits
286
; are specified then the most restrictive is used.
287
; The default is 0 (no limit).
288
; WLFSizeLimit = 1000
289
 
290
; Specify whether or not a WLF file should be deleted when the
291
; simulation ends.  A value of 1 will cause the WLF file to be deleted.
292
; The default is 0 (do not delete WLF file when simulation ends).
293
; WLFDeleteOnQuit = 1
294
 
295
; Automatic SDF compilation
296
; Disables automatic compilation of SDF files in flows that support it.
297
; Default is on, uncomment to turn off.
298
; NoAutoSDFCompile = 1
299
 
300
[lmc]
301
 
302
[msg_system]
303
; Change a message severity or suppress a message.
304
; The format is:  = [,...]
305
; Examples:
306
;   note = 3009
307
;   warning = 3033
308
;   error = 3010,3016
309
;   fatal = 3016,3033
310
;   suppress = 3009,3016,3043
311
; The command verror  can be used to get the complete
312
; description of a message.
313
 
314
; Control transcripting of elaboration/runtime messages.
315
; The default is to have messages appear in the transcript and
316
; recorded in the wlf file (messages that are recorded in the
317
; wlf file can be viewed in the MsgViewer).  The other settings
318
; are to send messages only to the transcript or only to the
319
; wlf file.  The valid values are
320
;    both  {default}
321
;    tran  {transcript only}
322
;    wlf   {wlf file only}
323
; msgmode = both

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.