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

Subversion Repositories aes_crypto_core

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 hemanth
;
2
; Copyright Model Technology, a Mentor Graphics Corporation company 2004,
3
; All rights reserved.
4
;
5
 
6
[Library]
7
others = $MODEL_TECH/../modelsim.ini
8
work = work
9
[vcom]
10
; VHDL93 variable selects language version as the default.
11
; Default is VHDL-2002.
12
; Value of 0 or 1987 for VHDL-1987.
13
; Value of 1 or 1993 for VHDL-1993.
14
; Default or value of 2 or 2002 for VHDL-2002.
15
VHDL93 = 2002
16
 
17
; Show source line containing error. Default is off.
18
; Show_source = 1
19
 
20
; Turn off unbound-component warnings. Default is on.
21
; Show_Warning1 = 0
22
 
23
; Turn off process-without-a-wait-statement warnings. Default is on.
24
; Show_Warning2 = 0
25
 
26
; Turn off null-range warnings. Default is on.
27
; Show_Warning3 = 0
28
 
29
; Turn off no-space-in-time-literal warnings. Default is on.
30
; Show_Warning4 = 0
31
 
32
; Turn off multiple-drivers-on-unresolved-signal warnings. Default is on.
33
; Show_Warning5 = 0
34
 
35
; Turn off optimization for IEEE std_logic_1164 package. Default is on.
36
; Optimize_1164 = 0
37
 
38
; Turn on resolving of ambiguous function overloading in favor of the
39
; "explicit" function declaration (not the one automatically created by
40
; the compiler for each type declaration). Default is off.
41
; The .ini file has Explict enabled so that std_logic_signed/unsigned
42
; will match the behavior of synthesis tools.
43
Explicit = 1
44
 
45
; Turn off acceleration of the VITAL packages. Default is to accelerate.
46
; NoVital = 1
47
 
48
; Turn off VITAL compliance checking. Default is checking on.
49
; NoVitalCheck = 1
50
 
51
; Ignore VITAL compliance checking errors. Default is to not ignore.
52
; IgnoreVitalErrors = 1
53
 
54
; Turn off VITAL compliance checking warnings. Default is to show warnings.
55
; Show_VitalChecksWarnings = 0
56
 
57
; Turn off PSL assertion warning messges. Default is to show warnings.
58
; Show_PslChecksWarnings = 0
59
 
60
; Enable parsing of embedded PSL assertions. Default is enabled.
61
; EmbeddedPsl = 0
62
 
63
; Keep silent about case statement static warnings.
64
; Default is to give a warning.
65
; NoCaseStaticError = 1
66
 
67
; Keep silent about warnings caused by aggregates that are not locally static.
68
; Default is to give a warning.
69
; NoOthersStaticError = 1
70
 
71
; Treat as errors:
72
;   case statement static warnings
73
;   warnings caused by aggregates that are not locally static
74
; Overrides NoCaseStaticError, NoOthersStaticError settings.
75
; PedanticErrors = 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 on `protect compiler directive processing.
114
; Default is to ignore `protect directives.
115
; Protect = 1
116
 
117
; Turn off "Loading..." messages. Default is messages on.
118
; Quiet = 1
119
 
120
; Turn on Verilog hazard checking (order-dependent accessing of global vars).
121
; Default is off.
122
; Hazard = 1
123
 
124
; Turn on converting regular Verilog identifiers to uppercase. Allows case
125
; insensitivity for module names. Default is no conversion.
126
; UpCase = 1
127
 
128
; Turn on incremental compilation of modules. Default is off.
129
; Incremental = 1
130
 
131
; Activate optimizations on expressions that do not involve signals,
132
; waits, or function/procedure/task invocations. Default is off.
133
; ScalarOpts = 1
134
 
135
; Turns on lint-style checking.
136
; Show_Lint = 1
137
 
138
; Show source line containing error. Default is off.
139
; Show_source = 1
140
 
141
; Turn on bad option warning. Default is off.
142
; Show_BadOptionWarning = 1
143
 
144
; Revert back to IEEE 1364-1995 syntax, default is 0 (off).
145
vlog95compat = 0
146
 
147
[sccom]
148
; Disable SystemC name binding during compilation. Default is off.
149
; NoNameBind = 1
150
 
151
; Enable use of SCV include files and library.  Default is off.
152
; UseScv = 1
153
 
154
; Add C++ compiler options to the sccom command line by using this variable.
155
; CppOptions = -g
156
 
157
; Use custom C++ compiler located at this path rather than ModelSim default.
158
; The path should point directly at a compiler executable.
159
; CppPath = /usr/bin/g++
160
 
161
; Enable verbose messages from sccom.  Default is off.
162
; SccomVerbose = 1
163
 
164
; sccom logfile.  Default is no logfile.
165
; SccomLogfile = sccom.log
166
 
167
 
168
[vsim]
169
; Simulator resolution
170
; Set to fs, ps, ns, us, ms, or sec with optional prefix of 1, 10, or 100.
171
Resolution = ns
172
 
173
; User time unit for run commands
174
; Set to default, fs, ps, ns, us, ms, or sec. The default is to use the
175
; unit specified for Resolution. For example, if Resolution is 100ps,
176
; then UserTimeUnit defaults to ps.
177
; Should generally be set to default.
178
UserTimeUnit = default
179
 
180
; Default run length
181
RunLength = 100
182
 
183
; Maximum iterations that can be run without advancing simulation time
184
IterationLimit = 5000
185
 
186
; Directives to license manager can be set either as single value or as
187
; space separated multi-values:
188
; vhdl          Immediately reserve a VHDL license
189
; vlog          Immediately reserve a Verilog license
190
; plus          Immediately reserve a VHDL and Verilog license
191
; nomgc         Do not look for Mentor Graphics Licenses
192
; nomti         Do not look for Model Technology Licenses
193
; noqueue       Do not wait in the license queue when a license is not available
194
; viewsim       Try for viewer license but accept simulator license(s) instead
195
;               of queuing for viewer license (PE ONLY)
196
; Single value:
197
; License = plus
198
; Multi-value:
199
; License = noqueue plus
200
 
201
; Stop the simulator after a VHDL assertion message
202
; 0 = Note  1 = Warning  2 = Error  3 = Failure  4 = Fatal
203
BreakOnAssertion = 3
204
 
205
; VHDL assertion Message Format
206
; %S - Severity Level
207
; %R - Report Message
208
; %T - Time of assertion
209
; %D - Delta
210
; %I - Instance or Region pathname (if available)
211
; %i - Instance pathname with process
212
; %O - Process name
213
; %K - Kind of object path is to return: Instance, Signal, Process or Unknown
214
; %P - Instance or Region path without leaf process
215
; %F - File
216
; %L - Line number of assertion or, if assertion is in a subprogram, line
217
;      from which the call is made
218
; %% - Print '%' character
219
; If specific format for assertion level is defined, use its format.
220
; If specific format is not define for assertion level, use AssertionFormatBreak
221
; if assertion triggers a breakpoint (controlled by BreakOnAssertion level),
222
; otherwise use AssertionFormat.
223
;
224
; AssertionFormat = "** %S: %R\n   Time: %T  Iteration: %D%I\n"
225
; AssertionFormatBreak   = "** %S: %R\n   Time: %T  Iteration: %D  %K: %i File: %F\n"
226
; AssertionFormatNote    = "** %S: %R\n   Time: %T  Iteration: %D%I\n"
227
; AssertionFormatWarning = "** %S: %R\n   Time: %T  Iteration: %D%I\n"
228
; AssertionFormatError   = "** %S: %R\n   Time: %T  Iteration: %D  %K: %i File: %F\n"
229
; AssertionFormatFail    = "** %S: %R\n   Time: %T  Iteration: %D  %K: %i File: %F\n"
230
; AssertionFormatFatal  = "** %S: %R\n   Time: %T  Iteration: %D  %K: %i File: %F\n"
231
 
232
; Assertion File - alternate file for storing VHDL/PSL assertion messages
233
; AssertFile = assert.log
234
 
235
; Default radix for all windows and commands.
236
; Set to symbolic, ascii, binary, octal, decimal, hex, unsigned
237
DefaultRadix = symbolic
238
 
239
; VSIM Startup command
240
; Startup = do startup.do
241
 
242
; File for saving command transcript
243
TranscriptFile = transcript
244
 
245
; File for saving command history
246
; CommandHistory = cmdhist.log
247
 
248
; Specify whether paths in simulator commands should be described
249
; in VHDL or Verilog format.
250
; For VHDL, PathSeparator = /
251
; For Verilog, PathSeparator = .
252
; Must not be the same character as DatasetSeparator.
253
PathSeparator = /
254
 
255
; Specify the dataset separator for fully rooted contexts.
256
; The default is ':'. For example: sim:/top
257
; Must not be the same character as PathSeparator.
258
DatasetSeparator = :
259
 
260
; Disable VHDL assertion messages
261
; IgnoreNote = 1
262
; IgnoreWarning = 1
263
; IgnoreError = 1
264
; IgnoreFailure = 1
265
 
266
; Default force kind. May be freeze, drive, or deposit
267
; or in other terms, fixed, wired, or charged.
268
; DefaultForceKind = freeze
269
 
270
; If zero, open files when elaborated; otherwise, open files on
271
; first read or write.  Default is 0.
272
; DelayFileOpen = 1
273
 
274
; Control VHDL files opened for write.
275
;   0 = Buffered, 1 = Unbuffered
276
UnbufferedOutput = 0
277
 
278
; Control the number of VHDL files open concurrently.
279
; This number should always be less than the current ulimit
280
; setting for max file descriptors.
281
;   0 = unlimited
282
ConcurrentFileLimit = 40
283
 
284
; Control the number of hierarchical regions displayed as
285
; part of a signal name shown in the Wave window.
286
; A value of zero tells VSIM to display the full name.
287
; The default is 0.
288
; WaveSignalNameWidth = 0
289
 
290
; Turn off warnings from the std_logic_arith, std_logic_unsigned
291
; and std_logic_signed packages.
292
; StdArithNoWarnings = 1
293
 
294
; Turn off warnings from the IEEE numeric_std and numeric_bit packages.
295
; NumericStdNoWarnings = 1
296
 
297
; Control the format of a generate statement label. Do not quote it.
298
; GenerateFormat = %s__%d
299
 
300
; Specify whether checkpoint files should be compressed.
301
; The default is 1 (compressed).
302
; CheckpointCompressMode = 0
303
 
304
; List of dynamically loaded objects for Verilog PLI applications
305
; Veriuser = veriuser.sl
306
 
307
; Specify default options for the restart command. Options can be one
308
; or more of: -force -nobreakpoint -nolist -nolog -nowave -noassertions
309
; DefaultRestartOptions = -force
310
 
311
; HP-UX 10.20 ONLY - Enable memory locking to speed up large designs
312
; (> 500 megabyte memory footprint). Default is disabled.
313
; Specify number of megabytes to lock.
314
; LockedMemory = 1000
315
 
316
; HP-UX 11.00 ONLY - Use /usr/lib/libCsup_v2.sl for shared object loading.
317
; This is necessary when C++ files have been compiled with aCC's -AA option.
318
; The default behavior is to use /usr/lib/libCsup.sl.
319
; UseCsupV2 = 1
320
 
321
; Turn on (1) or off (0) WLF file compression.
322
; The default is 1 (compress WLF file).
323
; WLFCompress = 0
324
 
325
; Specify whether to save all design hierarchy (1) in the WLF file
326
; or only regions containing logged signals (0).
327
; The default is 0 (log only regions with logged signals).
328
; WLFSaveAllRegions = 1
329
 
330
; WLF file time limit.  Limit WLF file by time, as closely as possible,
331
; to the specified amount of simulation time.  When the limit is exceeded
332
; the earliest times get truncated from the file.
333
; If both time and size limits are specified the most restrictive is used.
334
; UserTimeUnits are used if time units are not specified.
335
; The default is 0 (no limit).  Example: WLFTimeLimit = {100 ms}
336
; WLFTimeLimit = 0
337
 
338
; WLF file size limit.  Limit WLF file size, as closely as possible,
339
; to the specified number of megabytes.  If both time and size limits
340
; are specified then the most restrictive is used.
341
; The default is 0 (no limit).
342
; WLFSizeLimit = 1000
343
 
344
; Specify whether or not a WLF file should be deleted when the
345
; simulation ends.  A value of 1 will cause the WLF file to be deleted.
346
; The default is 0 (do not delete WLF file when simulation ends).
347
; WLFDeleteOnQuit = 1
348
 
349
; Specify whether or not a WLF file should be optimized during
350
; simulation.  If set to 0, the WLF file will not be optimized.
351
; The default is 1, optimize the WLF file.
352
; WLFOptimize = 0
353
 
354
; Specify whether or not integer arrays will appear as memories.
355
; The default is 1 (display integer arrays as memories).
356
; ShowIntMem = 0
357
 
358
; Specify whether or not enumerated type arrays (other than std_logic-based)
359
; will appear as memories.
360
; The default is 1 (display enumerated type arrays as memories).
361
; ShowEnumMem = 0
362
 
363
; Specify whether or not arrays of 3 or more dimensions will appear as memories.
364
; The default is 1 (display 3D+ type arrays as memories).
365
; Show3DMem = 0
366
 
367
; Turn on/off undebuggable SystemC type warnings. Default is on.
368
; ShowUndebuggableScTypeWarning = 0
369
 
370
; Turn on/off unassociated SystemC name warnings. Default is off.
371
; ShowUnassociatedScNameWarning = 1
372
 
373
; Turn on/off PSL assertion pass enable. Default is off.
374
; AssertionPassEnable = 1
375
 
376
; Turn on/off PSL assertion fail enable. Default is on.
377
; AssertionFailEnable = 0
378
 
379
; Set PSL assertion pass limit. Default is 1.
380
; Any positive integer, -1 for infinity.
381
; AssertionPassLimit = -1
382
 
383
; Set PSL assertion fail limit. Default is 1.
384
; Any positive integer, -1 for infinity.
385
; AssertionFailLimit = -1
386
 
387
; Turn on/off PSL assertion pass log. Default is on.
388
; AssertionPassLog = 0
389
 
390
; Turn on/off PSL assertion fail log. Default is on.
391
; AssertionFailLog = 0
392
 
393
; Set action type for PSL assertion fail action. Default is continue.
394
; 0 = Continue  1 = Break  2 = Exit
395
; AssertionFailAction = 1
396
 
397
[lmc]
398
; ModelSim's interface to Logic Modeling's SmartModel SWIFT software
399
libsm = $MODEL_TECH/libsm.sl
400
; ModelSim's interface to Logic Modeling's SmartModel SWIFT software (Windows NT)
401
; libsm = $MODEL_TECH/libsm.dll
402
;  Logic Modeling's SmartModel SWIFT software (HP 9000 Series 700)
403
; libswift = $LMC_HOME/lib/hp700.lib/libswift.sl
404
;  Logic Modeling's SmartModel SWIFT software (IBM RISC System/6000)
405
; libswift = $LMC_HOME/lib/ibmrs.lib/swift.o
406
;  Logic Modeling's SmartModel SWIFT software (Sun4 Solaris)
407
; libswift = $LMC_HOME/lib/sun4Solaris.lib/libswift.so
408
;  Logic Modeling's SmartModel SWIFT software (Windows NT)
409
; libswift = $LMC_HOME/lib/pcnt.lib/libswift.dll
410
;  Logic Modeling's SmartModel SWIFT software (Linux)
411
; libswift = $LMC_HOME/lib/x86_linux.lib/libswift.so
412
 
413
; ModelSim's interface to Logic Modeling's hardware modeler SFI software
414
libhm = $MODEL_TECH/libhm.sl
415
; ModelSim's interface to Logic Modeling's hardware modeler SFI software (Windows NT)
416
; libhm = $MODEL_TECH/libhm.dll
417
;  Logic Modeling's hardware modeler SFI software (HP 9000 Series 700)
418
; libsfi = /lib/hp700/libsfi.sl
419
;  Logic Modeling's hardware modeler SFI software (IBM RISC System/6000)
420
; libsfi = /lib/rs6000/libsfi.a
421
;  Logic Modeling's hardware modeler SFI software (Sun4 Solaris)
422
; libsfi = /lib/sun4.solaris/libsfi.so
423
;  Logic Modeling's hardware modeler SFI software (Windows NT)
424
; libsfi = /lib/pcnt/lm_sfi.dll
425
;  Logic Modeling's hardware modeler SFI software (Linux)
426
; libsfi = /lib/linux/libsfi.so

powered by: WebSVN 2.1.0

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