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

Subversion Repositories mips_enhanced

[/] [mips_enhanced/] [trunk/] [grlib-gpl-1.0.19-b3188/] [designs/] [leon3-gr-xc3s-1500/] [modelsim.ini] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dimamali
[Library]
2
grlib = modelsim/grlib
3
unisim = modelsim/unisim
4
dw02 = modelsim/dw02
5
synplify = modelsim/synplify
6
techmap = modelsim/techmap
7
spw = modelsim/spw
8
eth = modelsim/eth
9
opencores = modelsim/opencores
10
gaisler = modelsim/gaisler
11
esa = modelsim/esa
12
micron = modelsim/micron
13
work = modelsim/work
14
std = $MODEL_TECH/../std
15
ieee = $MODEL_TECH/../ieee
16
vital2000 = $MODEL_TECH/../vital2000
17
verilog = $MODEL_TECH/../verilog
18
arithmetic = $MODEL_TECH/../arithmetic
19
mgc_portable = $MODEL_TECH/../mgc_portable
20
std_developerskit = $MODEL_TECH/../std_developerskit
21
synopsys = $MODEL_TECH/../synopsys
22
 
23
[vcom]
24
; Turn on VHDL-1993 as the default. Normally is off.
25
VHDL93 = 1
26
 
27
; Show source line containing error. Default is off.
28
Show_source = 1
29
 
30
; Turn off unbound-component warnings. Default is on.
31
Show_Warning1 = 0
32
 
33
; Turn off process-without-a-wait-statement warnings. Default is on.
34
; Show_Warning2 = 0
35
 
36
; Turn off null-range warnings. Default is on.
37
; Show_Warning3 = 0
38
 
39
; Turn off no-space-in-time-literal warnings. Default is on.
40
; Show_Warning4 = 0
41
 
42
; Turn off multiple-drivers-on-unresolved-signal warnings. Default is on.
43
Show_Warning5 = 0
44
 
45
; Turn off optimization for IEEE std_logic_1164 package. Default is on.
46
; Optimize_1164 = 0
47
 
48
; Turn on resolving of ambiguous function overloading in favor of the
49
; "explicit" function declaration (not the one automatically created by
50
; the compiler for each type declaration). Default is off.
51
; Explicit = 1
52
 
53
; Turn off VITAL compliance checking. Default is checking on.
54
; NoVitalCheck = 1
55
 
56
; Ignore VITAL compliance checking errors. Default is to not ignore.
57
; IgnoreVitalErrors = 1
58
 
59
; Turn off VITAL compliance checking warnings. Default is to show warnings.
60
; Show_VitalChecksWarnings = false
61
 
62
; Turn off acceleration of the VITAL packages. Default is to accelerate.
63
; NoVital = 1
64
 
65
; Turn off inclusion of debugging info within design units. Default is to include.
66
; NoDebug = 1
67
 
68
; Turn off "loading..." messages. Default is messages on.
69
Quiet = 1
70
 
71
; Turn on some limited synthesis rule compliance checking. Checks only:
72
;       -- signals used (read) by a process must be in the sensitivity list
73
; CheckSynthesis = 1
74
 
75
[vlog]
76
 
77
; Turn off inclusion of debugging info within design units. Default is to include.
78
; NoDebug = 1
79
 
80
; Turn off "loading..." messages. Default is messages on.
81
Quiet = 1
82
 
83
; Turn on Verilog hazard checking (order-dependent accessing of global vars).
84
; Default is off.
85
; Hazard = 1
86
 
87
; Turn on converting regular Verilog identifiers to uppercase. Allows case
88
; insensitivity for module names. Default is no conversion.
89
; UpCase = 1
90
 
91
[vsim]
92
 
93
; vopt flow
94
; Set to turn on automatic optimization of a design.
95
; Default is off (pre-6.0 flow without vopt).
96
VoptFlow = 0
97
 
98
; Simulator resolution
99
; Set to fs, ps, ns, us, ms, or sec with optional prefix of 1, 10, or 100.
100
Resolution = 1ps
101
 
102
; User time unit for run commands
103
; Set to default, fs, ps, ns, us, ms, or sec. The default is to use the
104
; unit specified for Resolution. For example, if Resolution is 100ps,
105
; then UserTimeUnit defaults to ps.
106
UserTimeUnit = ns
107
 
108
; Default run length
109
RunLength = 100
110
 
111
; Maximum iterations that can be run without advancing simulation time
112
IterationLimit = 5000
113
 
114
; Directive to license manager:
115
; vhdl          Immediately reserve a VHDL license
116
; vlog          Immediately reserve a Verilog license
117
; plus          Immediately reserve a VHDL and Verilog license
118
; nomgc         Do not look for Mentor Graphics Licenses
119
; nomti         Do not look for Model Technology Licenses
120
; noqueue       Do not wait in the license queue when a license isn't available
121
; License = plus
122
 
123
; Stop the simulator after an assertion message
124
; 0 = Note  1 = Warning  2 = Error  3 = Failure  4 = Fatal
125
BreakOnAssertion = 3
126
 
127
; Assertion Message Format
128
; %S - Severity Level
129
; %R - Report Message
130
; %T - Time of assertion
131
; %D - Delta
132
; %I - Instance or Region pathname (if available)
133
; %% - print '%' character
134
; AssertionFormat = "** %S: %R\n   Time: %T  Iteration: %D%I\n"
135
 
136
; Default radix for all windows and commands...
137
; Set to symbolic, ascii, binary, octal, decimal, hex, unsigned
138
DefaultRadix = symbolic
139
 
140
; VSIM Startup command
141
; Startup = do startup.do
142
 
143
; File for saving command transcript
144
TranscriptFile = transcript
145
 
146
; Specify whether paths in simulator commands should be described
147
; in VHDL or Verilog format. For VHDL, PathSeparator = /
148
; for Verilog, PathSeparator = .
149
PathSeparator = /
150
 
151
; Disable assertion messages
152
; IgnoreNote = 1
153
; IgnoreWarning = 1
154
; IgnoreError = 1
155
; IgnoreFailure = 1
156
 
157
; Default force kind. May be freeze, drive, or deposit
158
; or in other terms, fixed, wired or charged.
159
; DefaultForceKind = freeze
160
 
161
; If zero, open files when elaborated
162
; else open files on first read or write
163
; DelayFileOpen = 0
164
 
165
; Control VHDL files opened for write
166
;   0 = Buffered, 1 = Unbuffered
167
UnbufferedOutput = 0
168
 
169
; This controls the number of characters of a signal name
170
; shown in the waveform window and the postscript plot.
171
; The default value or a value of zero tells VSIM to display
172
; the full name.
173
; WaveSignalNameWidth = 10
174
 
175
; Turn off warnings from the std_logic_arith, std_logic_unsigned
176
; and std_logic_signed packages.
177
; StdArithNoWarnings = 1
178
 
179
; Turn off warnings from the IEEE numeric_std and numeric_bit
180
; packages.
181
; NumericStdNoWarnings = 1
182
 
183
; Control the format of a generate statement label. Don't quote it.
184
; GenerateFormat = %s__%d
185
 
186
; Specify whether checkpoint files should be compressed.
187
; The default is to be compressed.
188
; CheckpointCompressMode = 0
189
 
190
; List of dynamically loaded objects for Verilog PLI applications
191
; Veriuser = veriuser.sl
192
 
193
[lmc]
194
; ModelSim's interface to Logic Modeling's SmartModel SWIFT software
195
libsm = $MODEL_TECH/libsm.sl
196
; ModelSim's interface to Logic Modeling's SmartModel SWIFT software (Windows NT)
197
; libsm = $MODEL_TECH/libsm.dll
198
;  Logic Modeling's SmartModel SWIFT software (HP 9000 Series 700)
199
; libswift = $LMC_HOME/lib/hp700.lib/libswift.sl
200
;  Logic Modeling's SmartModel SWIFT software (IBM RISC System/6000)
201
; libswift = $LMC_HOME/lib/ibmrs.lib/swift.o
202
;  Logic Modeling's SmartModel SWIFT software (Sun4 Solaris)
203
; libswift = $LMC_HOME/lib/sun4Solaris.lib/libswift.so
204
;  Logic Modeling's SmartModel SWIFT software (Sun4 SunOS)
205
;       do setenv LD_LIBRARY_PATH $LMC_HOME/lib/sun4SunOS.lib
206
;       and run "vsim.swift".
207
;  Logic Modeling's SmartModel SWIFT software (Windows NT)
208
; libswift = $LMC_HOME/lib/pcnt.lib/libswift.dll
209
 
210
; ModelSim's interface to Logic Modeling's hardware modeler SFI software
211
libhm = $MODEL_TECH/libhm.sl
212
; ModelSim's interface to Logic Modeling's hardware modeler SFI software (Windows NT)
213
; libhm = $MODEL_TECH/libhm.dll
214
;  Logic Modeling's hardware modeler SFI software (HP 9000 Series 700)
215
; libsfi = /lib/hp700/libsfi.sl
216
;  Logic Modeling's hardware modeler SFI software (IBM RISC System/6000)
217
; libsfi = /lib/rs6000/libsfi.a
218
;  Logic Modeling's hardware modeler SFI software (Sun4 Solaris)
219
; libsfi = /lib/sun4.solaris/libsfi.so
220
;  Logic Modeling's hardware modeler SFI software (Sun4 SunOS)
221
; libsfi = /lib/sun4.sunos/libsfi.so
222
;  Logic Modeling's hardware modeler SFI software (Window NT)
223
; libsfi = /lib/pcnt/lm_sfi.dll

powered by: WebSVN 2.1.0

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