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

Subversion Repositories miniuart2

[/] [miniuart2/] [trunk/] [sim/] [ModelSim/] [project.mpf] - Blame information for rev 23

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 22 philippe
[Library]
2
 
3
; VHDL Section
4
 
5
unisim = $MODEL_TECH/../xilinx/vhdl/unisim
6
logiblox = $MODEL_TECH/../xilinx/vhdl/logiblox
7
simprim = $MODEL_TECH/../xilinx/vhdl/simprim
8
xilinxcorelib = $MODEL_TECH/../xilinx/vhdl/xilinxcorelib
9
aim = $MODEL_TECH/../xilinx/vhdl/aim
10
pls = $MODEL_TECH/../xilinx/vhdl/pls
11
 
12
; Verilog Section
13
 
14
unisims_ver = $MODEL_TECH/../xilinx/verilog/unisims_ver
15
uni9000 = $MODEL_TECH/../xilinx/verilog/uni9000
16
simprims_ver = $MODEL_TECH/../xilinx/verilog/simprims_ver
17
xilinxcorelib_ver = $MODEL_TECH/../xilinx/verilog/xilinxcorelib_ver
18
aim_ver = $MODEL_TECH/../xilinx/verilog/aim_ver
19
 
20
 
21
std = $MODEL_TECH/../std
22
ieee = $MODEL_TECH/../ieee
23
verilog = $MODEL_TECH/../verilog
24
std_developerskit = $MODEL_TECH/../std_developerskit
25
synopsys = $MODEL_TECH/../synopsys
26
modelsim_lib = $MODEL_TECH/../modelsim_lib
27
work = work
28
simu_lib = C:/pCarton/MiniUART/sim/ModelSim/lib_modelsim_XE_5_5B/work
29
[vcom]
30
; Turn on VHDL-1993 as the default. Normally is off.
31
; VHDL93 = 1
32
 
33
; Show source line containing error. Default is off.
34
; Show_source = 1
35
 
36
; Turn off unbound-component warnings. Default is on.
37
; Show_Warning1 = 0
38
 
39
; Turn off process-without-a-wait-statement warnings. Default is on.
40
; Show_Warning2 = 0
41
 
42
; Turn off null-range warnings. Default is on.
43
; Show_Warning3 = 0
44
 
45
; Turn off no-space-in-time-literal warnings. Default is on.
46
; Show_Warning4 = 0
47
 
48
; Turn off multiple-drivers-on-unresolved-signal warnings. Default is on.
49
; Show_Warning5 = 0
50
 
51
; Turn off optimization for IEEE std_logic_1164 package. Default is on.
52
; Optimize_1164 = 0
53
 
54
; Turn on resolving of ambiguous function overloading in favor of the
55
; "explicit" function declaration (not the one automatically created by
56
; the compiler for each type declaration). Default is off.
57
; Explicit = 1
58
 
59
; Turn off VITAL compliance checking. Default is checking on.
60
; NoVitalCheck = 1
61
 
62
; Ignore VITAL compliance checking errors. Default is to not ignore.
63
; IgnoreVitalErrors = 1
64
 
65
; Turn off VITAL compliance checking warnings. Default is to show warnings.
66
; Show_VitalChecksWarnings = false
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
VHDL93 = 0
76
NoDebug = 0
77
Explicit = 0
78
CheckSynthesis = 0
79
NoVitalCheck = 0
80
Optimize_1164 = 1
81
NoVital = 0
82
Quiet = 0
83
Show_source = 0
84
Show_Warning1 = 1
85
Show_Warning2 = 1
86
Show_Warning3 = 1
87
Show_Warning4 = 1
88
Show_Warning5 = 1
89
[vlog]
90
 
91
; Turn off "loading..." messages. Default is messages on.
92
; Quiet = 1
93
 
94
; Turn on Verilog hazard checking (order-dependent accessing of global vars).
95
; Default is off.
96
; Hazard = 1
97
 
98
; Turn on converting regular Verilog identifiers to uppercase. Allows case
99
; insensitivity for module names. Default is no conversion.
100
; UpCase = 1
101
 
102
; Turns on incremental compilation of modules
103
; Incremental = 1
104
 
105
Quiet = 0
106
Show_source = 0
107
NoDebug = 0
108
Hazard = 0
109
UpCase = 0
110
OptionFile = C:/pCarton/MiniUART/sim/vlog.opt
111
[vsim]
112
; Simulator resolution
113
; Set to fs, ps, ns, us, ms, or sec with optional prefix of 1, 10, or 100.
114
Resolution = 1ns
115
 
116
; User time unit for run commands
117
; Set to default, fs, ps, ns, us, ms, or sec. The default is to use the
118
; unit specified for Resolution. For example, if Resolution is 100ps,
119
; then UserTimeUnit defaults to ps.
120
UserTimeUnit = default
121
 
122
; Default run length
123
RunLength = 100
124
 
125
; Maximum iterations that can be run without advancing simulation time
126
IterationLimit = 5000
127
 
128
; Directive to license manager:
129
; vhdl          Immediately reserve a VHDL license
130
; vlog          Immediately reserve a Verilog license
131
; plus          Immediately reserve a VHDL and Verilog license
132
; nomgc         Do not look for Mentor Graphics Licenses
133
; nomti         Do not look for Model Technology Licenses
134
; noqueue       Do not wait in the license queue when a license isn't available
135
; License = plus
136
 
137
; Stop the simulator after an assertion message
138
; 0 = Note  1 = Warning  2 = Error  3 = Failure  4 = Fatal
139
BreakOnAssertion = 3
140
 
141
; Assertion Message Format
142
; %S - Severity Level
143
; %R - Report Message
144
; %T - Time of assertion
145
; %D - Delta
146
; %I - Instance or Region pathname (if available)
147
; %% - print '%' character
148
; AssertionFormat = "** %S: %R\n   Timf: %T  Iteration: %D%I\n"
149
 
150
; Assertion File - alternate file for storing assertion messages
151
; AssertFile = assert.log
152
 
153
; Default radix for all windows and commands...
154
; Set to symbolic, ascii, binary, octal, decimal, hex, unsigned
155
DefaultRadix = symbolic
156
 
157
; VSIM Startup command
158
; Startup = do startup.do
159
 
160
; File for saving command transcript
161
TranscriptFile = transcript
162
 
163
; File for saving command history
164
;CommandHistory = cmdhist.log
165
 
166
; Specify whether paths in simulator commands should be described
167
; in VHDL or Verilog format. For VHDL, PathSeparator = /
168
; for Verilog, PathSeparator = .
169
PathSeparator = /
170
 
171
; Specify the dataset separator for fully rooted contexts.
172
; The default is ':'. For example, sim:/top
173
; Must not be the same character as PathSeparator.
174
DatasetSeparator = :
175
 
176
; Disable assertion messages
177
; IgnoreNote = 1
178
; IgnoreWarning = 1
179
; IgnoreError = 1
180
; IgnoreFailure = 1
181
 
182
; Default force kind. May be freeze, drive, or deposit
183
; or in other terms, fixed, wired or charged.
184
; DefaultForceKind = freeze
185
 
186
; If zero, open files when elaborated
187
; else open files on first read or write
188
; DelayFileOpen = 0
189
 
190
; Control VHDL files opened for write
191
;   0 = Buffered, 1 = Unbuffered
192
UnbufferedOutput = 0
193
 
194
; Control number of VHDL files open concurrently
195
;   This number should always be less then the
196
;   current ulimit setting for max file descriptors
197
;   0 = unlimited
198
ConcurrentFileLimit = 40
199
 
200
; This controls the number of hierarchical regions displayed as
201
; part of a signal name shown in the waveform window.  The default
202
; value or a value of zero tells VSIM to display the full name.
203
; WaveSignalNameWidth = 0
204
 
205
; Turn off warnings from the std_logic_arith, std_logic_unsigned
206
; and std_logic_signed packages.
207
; StdArithNoWarnings = 1
208
 
209
; Turn off warnings from the IEEE numeric_std and numeric_bit
210
; packages.
211
; NumericStdNoWarnings = 1
212
 
213
; Control the format of a generate statement label. Don't quote it.
214
; GenerateFormat = %s__%d
215
 
216
; Specify whether checkpoint files should be compressed.
217
; The default is to be compressed.
218
; CheckpointCompressMode = 0
219
 
220
; List of dynamically loaded objects for Verilog PLI applications
221
; Veriuser = veriuser.sl
222
 
223
[lmc]
224
[project]
225
Project_Version = 1
226
Project_DefaultLib = work
227
Project_SortMethod = alpha
228
Project_Files_Count = 5
229
Project_File_0 = C:/pCarton/MiniUART/sim/ModelSim/test_bench3/test.vhd
230
Project_File_P_0 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 vhdl_vital 0 vhdl_warn1 1 vhdl_explicit 0 vhdl_showsource 0 vhdl_warn2 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 compile_to work compile_order 4 dont_compile 0 vhdl_use93 0
231
Project_File_1 = C:/pCarton/MiniUART/rtl/vhdl/Txunit.vhd
232
Project_File_P_1 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 vhdl_vital 0 vhdl_warn1 1 vhdl_explicit 0 vhdl_showsource 0 vhdl_warn2 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 compile_to work compile_order 2 dont_compile 0 vhdl_use93 0
233
Project_File_2 = C:/pCarton/MiniUART/rtl/vhdl/utils.vhd
234
Project_File_P_2 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 vhdl_vital 0 vhdl_warn1 1 vhdl_explicit 0 vhdl_showsource 0 vhdl_warn2 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 compile_to work compile_order 3 dont_compile 0 vhdl_use93 0
235
Project_File_3 = C:/pCarton/MiniUART/rtl/vhdl/miniuart.vhd
236
Project_File_P_3 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 vhdl_vital 0 vhdl_warn1 1 vhdl_explicit 0 vhdl_showsource 0 vhdl_warn2 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 compile_to work compile_order 0 dont_compile 0 vhdl_use93 0
237
Cur_Top_DUs = work.test_miniuart
238
Project_File_4 = C:/pCarton/MiniUART/rtl/vhdl/Rxunit.vhd
239
Project_File_P_4 = vhdl_novitalcheck 0 file_type VHDL group_id 0 vhdl_nodebug 0 vhdl_1164 1 vhdl_noload 0 vhdl_synth 0 vhdl_vital 0 vhdl_warn1 1 vhdl_explicit 0 vhdl_showsource 0 vhdl_warn2 1 vhdl_warn3 1 vhdl_warn4 1 vhdl_warn5 1 compile_to work compile_order 1 dont_compile 0 vhdl_use93 0

powered by: WebSVN 2.1.0

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