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

Subversion Repositories spimaster

[/] [spimaster/] [trunk/] [sim/] [modelsim.ini] - Blame information for rev 4

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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