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

Subversion Repositories ethmac10g

[/] [ethmac10g/] [trunk/] [bench/] [TransmitTop.mpf] - Blame information for rev 72

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 fisher5090
;
2
; Copyright Model Technology, a Mentor Graphics Corporation company 2003,
3
; All rights reserved.
4
;
5
[Library]
6
std = $MODEL_TECH/../std
7
ieee = $MODEL_TECH/../ieee
8
verilog = $MODEL_TECH/../verilog
9
vital2000 = $MODEL_TECH/../vital2000
10
std_developerskit = $MODEL_TECH/../std_developerskit
11
synopsys = $MODEL_TECH/../synopsys
12
modelsim_lib = $MODEL_TECH/../modelsim_lib
13
 
14
UNISIMS_VER = C:\FPGAdv62PS\Modeltech\Xilinx_libs\unisims_ver
15
SIMPRIMS_VER = C:\FPGAdv62PS\Modeltech\Xilinx_libs\simprims_ver
16
XILINXCORELIB_VER = C:\FPGAdv62PS\Modeltech\Xilinx_libs\XilinxCoreLib_ver
17
UNISIM = C:\FPGAdv62PS\Modeltech\Xilinx_libs\unisim
18
SIMPRIM = C:\FPGAdv62PS\Modeltech\Xilinx_libs\simprim
19
XILINXCORELIB = C:\FPGAdv62PS\Modeltech\Xilinx_libs\XilinxCoreLib
20
work = work
21
[vcom]
22
; Turn on VHDL-1993 as the default. Default is off (VHDL-1987).
23
; VHDL93 = 1
24
 
25
; Show source line containing error. Default is off.
26
; Show_source = 1
27
 
28
; Turn off unbound-component warnings. Default is on.
29
; Show_Warning1 = 0
30
 
31
; Turn off process-without-a-wait-statement warnings. Default is on.
32
; Show_Warning2 = 0
33
 
34
; Turn off null-range warnings. Default is on.
35
; Show_Warning3 = 0
36
 
37
; Turn off no-space-in-time-literal warnings. Default is on.
38
; Show_Warning4 = 0
39
 
40
; Turn off multiple-drivers-on-unresolved-signal warnings. Default is on.
41
; Show_Warning5 = 0
42
 
43
; Turn off optimization for IEEE std_logic_1164 package. Default is on.
44
; Optimize_1164 = 0
45
 
46
; Turn on resolving of ambiguous function overloading in favor of the
47
; "explicit" function declaration (not the one automatically created by
48
; the compiler for each type declaration). Default is off.
49
; The .ini file has Explict enabled so that std_logic_signed/unsigned
50
; will match the behavior of synthesis tools.
51
Explicit = 1
52
 
53
; Turn off acceleration of the VITAL packages. Default is to accelerate.
54
; NoVital = 1
55
 
56
; Turn off VITAL compliance checking. Default is checking on.
57
; NoVitalCheck = 1
58
 
59
; Ignore VITAL compliance checking errors. Default is to not ignore.
60
; IgnoreVitalErrors = 1
61
 
62
; Turn off VITAL compliance checking warnings. Default is to show warnings.
63
; Show_VitalChecksWarnings = false
64
 
65
; Keep silent about case statement static warnings.
66
; Default is to give a warning.
67
; NoCaseStaticError = 1
68
 
69
; Keep silent about warnings caused by aggregates that are not locally static.
70
; Default is to give a warning.
71
; NoOthersStaticError = 1
72
 
73
; Treat as errors:
74
;   case statement static warnings
75
;   warnings caused by aggregates that are not locally static
76
; Overrides NoCaseStaticError, NoOthersStaticError settings.
77
; PedanticErrors = 1
78
 
79
; Turn off inclusion of debugging info within design units.
80
; Default is to include debugging info.
81
; NoDebug = 1
82
 
83
; Turn off "Loading..." messages. Default is messages on.
84
; Quiet = 1
85
 
86
; Turn on some limited synthesis rule compliance checking. Checks only:
87
;    -- signals used (read) by a process must be in the sensitivity list
88
; CheckSynthesis = 1
89
 
90
; Activate optimizations on expressions that do not involve signals,
91
; waits, or function/procedure/task invocations. Default is off.
92
; ScalarOpts = 1
93
 
94
; Require the user to specify a configuration for all bindings,
95
; and do not generate a compile time default binding for the
96
; component. This will result in an elaboration error of
97
; 'component not bound' if the user fails to do so. Avoids the rare
98
; issue of a false dependency upon the unused default binding.
99
; RequireConfigForAllDefaultBinding = 1
100
 
101
; Inhibit range checking on subscripts of arrays. Range checking on
102
; scalars defined with subtypes is inhibited by default.
103
; NoIndexCheck = 1
104
 
105
; Inhibit range checks on all (implicit and explicit) assignments to
106
; scalar objects defined with subtypes.
107
; NoRangeCheck = 1
108
 
109
[vlog]
110
 
111
; Turn off inclusion of debugging info within design units.
112
; Default is to include debugging info.
113
; NoDebug = 1
114
 
115
; Turn on `protect compiler directive processing.
116
; Default is to ignore `protect directives.
117
; Protect = 1
118
 
119
; Turn off "Loading..." messages. Default is messages on.
120
; Quiet = 1
121
 
122
; Turn on Verilog hazard checking (order-dependent accessing of global vars).
123
; Default is off.
124
; Hazard = 1
125
 
126
; Turn on converting regular Verilog identifiers to uppercase. Allows case
127
; insensitivity for module names. Default is no conversion.
128
; UpCase = 1
129
 
130
; Turn on incremental compilation of modules. Default is off.
131
; Incremental = 1
132
 
133
; Activate optimizations on expressions that do not involve signals,
134
; waits, or function/procedure/task invocations. Default is off.
135
; ScalarOpts = 1
136
 
137
; Turns on lint-style checking.
138
; Show_Lint = 1
139
 
140
; Show source line containing error. Default is off.
141
; Show_source = 1
142
 
143
; Turn on bad option warning. Default is off.
144
; Show_BadOptionWarning = 1
145
 
146
[vsim]
147
; Simulator resolution
148
; Set to fs, ps, ns, us, ms, or sec with optional prefix of 1, 10, or 100.
149
resolution = 1ns
150
 
151
; User time unit for run commands
152
; Set to default, fs, ps, ns, us, ms, or sec. The default is to use the
153
; unit specified for Resolution. For example, if Resolution is 100ps,
154
; then UserTimeUnit defaults to ps.
155
; Should generally be set to default.
156
UserTimeUnit = ns
157
 
158
; Default run length
159
RunLength = 100 ns
160
 
161
; Maximum iterations that can be run without advancing simulation time
162
IterationLimit = 5000
163
 
164
; Directives to license manager can be set either as single value or as
165
; space separated multi-values:
166
; vhdl          Immediately reserve a VHDL license
167
; vlog          Immediately reserve a Verilog license
168
; plus          Immediately reserve a VHDL and Verilog license
169
; nomgc         Do not look for Mentor Graphics Licenses
170
; nomti         Do not look for Model Technology Licenses
171
; noqueue       Do not wait in the license queue when a license is not available
172
; viewsim       Try for viewer license but accept simulator license(s) instead
173
;               of queuing for viewer license (PE ONLY)
174
; Single value:
175
; License = plus
176
; Multi-value:
177
; License = noqueue plus
178
 
179
; Stop the simulator after an assertion message
180
; 0 = Note  1 = Warning  2 = Error  3 = Failure  4 = Fatal
181
BreakOnAssertion = 3
182
 
183
; Assertion Message Format
184
; %S - Severity Level
185
; %R - Report Message
186
; %T - Time of assertion
187
; %D - Delta
188
; %I - Instance or Region pathname (if available)
189
; %i - Instance pathname with process
190
; %O - Process name
191
; %K - Kind of object path is to return: Instance, Signal, Process or Unknown
192
; %P - Instance or Region path without leaf process
193
; %F - File
194
; %L - Line number of assertion or, if assertion is in a subprogram, line
195
;      from which the call is made
196
; %% - Print '%' character
197
; If specific format for assertion level is defined, use its format.
198
; If specific format is not define for assertion level, use AssertionFormatBreak
199
; if assertion triggers a breakpoint (controlled by BreakOnAssertion level),
200
; otherwise use AssertionFormat.
201
;
202
; AssertionFormat = "** %S: %R\n   Time: %T  Iteration: %D%I\n"
203
; AssertionFormatBreak   = "** %S: %R\n   Time: %T  Iteration: %D  %K: %i File: %F\n"
204
; AssertionFormatNote    = "** %S: %R\n   Time: %T  Iteration: %D%I\n"
205
; AssertionFormatWarning = "** %S: %R\n   Time: %T  Iteration: %D%I\n"
206
; AssertionFormatError   = "** %S: %R\n   Time: %T  Iteration: %D  %K: %i File: %F\n"
207
; AssertionFormatFail    = "** %S: %R\n   Time: %T  Iteration: %D  %K: %i File: %F\n"
208
; AssertionFormatFatal  = "** %S: %R\n   Time: %T  Iteration: %D  %K: %i File: %F\n"
209
 
210
; Assertion File - alternate file for storing assertion messages
211
; AssertFile = assert.log
212
 
213
; Default radix for all windows and commands.
214
; Set to symbolic, ascii, binary, octal, decimal, hex, unsigned
215
DefaultRadix = symbolic
216
 
217
; VSIM Startup command
218
; Startup = do startup.do
219
 
220
; File for saving command transcript
221
TranscriptFile = transcript
222
 
223
; File for saving command history
224
; CommandHistory = cmdhist.log
225
 
226
; Specify whether paths in simulator commands should be described
227
; in VHDL or Verilog format.
228
; For VHDL, PathSeparator = /
229
; For Verilog, PathSeparator = .
230
; Must not be the same character as DatasetSeparator.
231
PathSeparator = /
232
 
233
; Specify the dataset separator for fully rooted contexts.
234
; The default is ':'. For example: sim:/top
235
; Must not be the same character as PathSeparator.
236
DatasetSeparator = :
237
 
238
; Disable assertion messages
239
; IgnoreNote = 1
240
; IgnoreWarning = 1
241
; IgnoreError = 1
242
; IgnoreFailure = 1
243
 
244
; Default force kind. May be freeze, drive, or deposit
245
; or in other terms, fixed, wired, or charged.
246
; DefaultForceKind = freeze
247
 
248
; If zero, open files when elaborated; otherwise, open files on
249
; first read or write.  Default is 0.
250
; DelayFileOpen = 1
251
 
252
; Control VHDL files opened for write
253
;   0 = Buffered, 1 = Unbuffered
254
UnbufferedOutput = 0
255
 
256
; Control number of VHDL files open concurrently
257
;   This number should always be less than the
258
;   current ulimit setting for max file descriptors.
259
;   0 = unlimited
260
ConcurrentFileLimit = 40
261
 
262
; Control the number of hierarchical regions displayed as
263
; part of a signal name shown in the waveform window.
264
; A value of zero tells VSIM to display the full name.
265
; The default is 0.
266
; WaveSignalNameWidth = 0
267
 
268
; Turn off warnings from the std_logic_arith, std_logic_unsigned
269
; and std_logic_signed packages.
270
; StdArithNoWarnings = 1
271
 
272
; Turn off warnings from the IEEE numeric_std and numeric_bit packages.
273
; NumericStdNoWarnings = 1
274
 
275
; Control the format of a generate statement label. Do not quote it.
276
; GenerateFormat = %s__%d
277
 
278
; Specify whether checkpoint files should be compressed.
279
; The default is 1 (compressed).
280
; CheckpointCompressMode = 0
281
 
282
; List of dynamically loaded objects for Verilog PLI applications
283
; Veriuser = veriuser.sl
284
 
285
; Specify default options for the restart command. Options can be one
286
; or more of: -force -nobreakpoint -nolist -nolog -nowave
287
; DefaultRestartOptions = -force
288
 
289
; HP-UX 10.20 ONLY - Enable memory locking to speed up large designs
290
; (> 500 megabyte memory footprint). Default is disabled.
291
; Specify number of megabytes to lock.
292
; LockedMemory = 1000
293
 
294
; Turn on (1) or off (0) WLF file compression.
295
; The default is 1 (compress WLF file).
296
; WLFCompress = 0
297
 
298
; Specify whether to save all design hierarchy (1) in the WLF file
299
; or only regions containing logged signals (0).
300
; The default is 0 (log only regions with logged signals).
301
; WLFSaveAllRegions = 1
302
 
303
; WLF file time limit.  Limit WLF file by time, as closely as possible,
304
; to the specified amount of simulation time.  When the limit is exceeded
305
; the earliest times get truncated from the file.
306
; If both time and size limits are specified the most restrictive is used.
307
; UserTimeUnits are used if time units are not specified.
308
; The default is 0 (no limit).  Example: WLFTimeLimit = {100 ms}
309
; WLFTimeLimit = 0
310
 
311
; WLF file size limit.  Limit WLF file size, as closely as possible,
312
; to the specified number of megabytes.  If both time and size limits
313
; are specified then the most restrictive is used.
314
; The default is 0 (no limit).
315
; WLFSizeLimit = 1000
316
 
317
; Specify whether or not a WLF file should be deleted when the
318
; simulation ends.  A value of 1 will cause the WLF file to be deleted.
319
; The default is 0 (do not delete WLF file when simulation ends).
320
; WLFDeleteOnQuit = 1
321
 
322
[lmc]
323
; ModelSim's interface to Logic Modeling's SmartModel SWIFT software
324
libsm = $MODEL_TECH/libsm.sl
325
; ModelSim's interface to Logic Modeling's SmartModel SWIFT software (Windows NT)
326
; libsm = $MODEL_TECH/libsm.dll
327
;  Logic Modeling's SmartModel SWIFT software (HP 9000 Series 700)
328
; libswift = $LMC_HOME/lib/hp700.lib/libswift.sl
329
;  Logic Modeling's SmartModel SWIFT software (IBM RISC System/6000)
330
; libswift = $LMC_HOME/lib/ibmrs.lib/swift.o
331
;  Logic Modeling's SmartModel SWIFT software (Sun4 Solaris)
332
; libswift = $LMC_HOME/lib/sun4Solaris.lib/libswift.so
333
;  Logic Modeling's SmartModel SWIFT software (Windows NT)
334
; libswift = $LMC_HOME/lib/pcnt.lib/libswift.dll
335
;  Logic Modeling's SmartModel SWIFT software (Linux)
336
; libswift = $LMC_HOME/lib/x86_linux.lib/libswift.so
337
 
338
; ModelSim's interface to Logic Modeling's hardware modeler SFI software
339
libhm = $MODEL_TECH/libhm.sl
340
; ModelSim's interface to Logic Modeling's hardware modeler SFI software (Windows NT)
341
; libhm = $MODEL_TECH/libhm.dll
342
;  Logic Modeling's hardware modeler SFI software (HP 9000 Series 700)
343
; libsfi = /lib/hp700/libsfi.sl
344
;  Logic Modeling's hardware modeler SFI software (IBM RISC System/6000)
345
; libsfi = /lib/rs6000/libsfi.a
346
;  Logic Modeling's hardware modeler SFI software (Sun4 Solaris)
347
; libsfi = /lib/sun4.solaris/libsfi.so
348
;  Logic Modeling's hardware modeler SFI software (Windows NT)
349
; libsfi = /lib/pcnt/lm_sfi.dll
350
;  Logic Modeling's hardware modeler SFI software (Linux)
351
; libsfi = /lib/linux/libsfi.so
352
[Project]
353
Project_Version = 5
354
Project_DefaultLib = work
355
Project_SortMethod = unused
356
Project_Files_Count = 9
357
Project_File_0 = CRC32_D8.v
358
Project_File_P_0 = vlog_protect 0 file_type Verilog group_id 0 vlog_1995compat 0 vlog_nodebug 0 folder {Top Level} vlog_noload 0 last_compile 1138046060 vlog_disableopt 0 vlog_hazard 0 vlog_showsource 0 ood 0 compile_to work vlog_upper 0 vlog_options {} compile_order 3 dont_compile 0
359
Project_File_1 = C:/Documents and Settings/Administrator/Desktop/Transmit Code/TransmitTop/TransmitTop_pause_tb.v
360
Project_File_P_1 = vlog_protect 0 file_type Verilog group_id 0 vlog_1995compat 0 vlog_nodebug 0 folder {Top Level} vlog_noload 0 last_compile 1141519658 vlog_disableopt 0 vlog_hazard 0 vlog_showsource 0 ood 0 compile_to work vlog_upper 0 vlog_options {} compile_order 7 dont_compile 0
361
Project_File_2 = C:/Documents and Settings/Administrator/Desktop/Transmit Code/TransmitTop/TransmitTop_min_frame_tb.v
362
Project_File_P_2 = vlog_protect 0 file_type Verilog group_id 0 vlog_1995compat 0 vlog_nodebug 0 folder {Top Level} vlog_noload 0 last_compile 1140359148 vlog_disableopt 0 vlog_hazard 0 vlog_showsource 0 ood 0 compile_to work vlog_upper 0 vlog_options {} compile_order 6 dont_compile 0
363
Project_File_3 = TransmitTop.v
364
Project_File_P_3 = vlog_protect 0 file_type Verilog group_id 0 vlog_1995compat 1 vlog_nodebug 0 folder {Top Level} vlog_noload 0 last_compile 1143300944 vlog_disableopt 0 vlog_hazard 0 vlog_showsource 0 ood 0 vlog_options {} vlog_upper 0 compile_to work compile_order 4 dont_compile 0
365
Project_File_4 = CRC32_D64.v
366
Project_File_P_4 = vlog_protect 0 file_type Verilog group_id 0 vlog_1995compat 0 vlog_nodebug 0 folder {Top Level} vlog_noload 0 last_compile 1141580292 vlog_disableopt 0 vlog_hazard 0 vlog_showsource 0 ood 0 compile_to work vlog_upper 0 vlog_options {} compile_order 2 dont_compile 0
367
Project_File_5 = ack_counter.v
368
Project_File_P_5 = vlog_protect 0 file_type Verilog group_id 0 vlog_1995compat 0 vlog_nodebug 0 folder {Top Level} vlog_noload 0 last_compile 1137802524 vlog_disableopt 0 vlog_hazard 0 vlog_showsource 0 ood 0 compile_to work vlog_upper 0 vlog_options {} compile_order 0 dont_compile 0
369
Project_File_6 = TransmitTop_tb.v
370
Project_File_P_6 = vlog_protect 0 file_type Verilog group_id 0 vlog_1995compat 0 vlog_nodebug 0 folder {Top Level} vlog_noload 0 last_compile 1140351806 vlog_disableopt 0 vlog_hazard 0 vlog_showsource 0 ood 0 compile_to work vlog_upper 0 vlog_options {} compile_order 5 dont_compile 0
371
Project_File_7 = C:/Documents and Settings/Administrator/Desktop/Transmit Code/TransmitTop/Copy of TransmitTop.v
372
Project_File_P_7 = vlog_protect 0 file_type Verilog group_id 0 vlog_1995compat 0 vlog_nodebug 0 folder {Top Level} vlog_noload 0 last_compile 1142704298 vlog_disableopt 0 vlog_hazard 0 vlog_showsource 0 ood 0 compile_to work vlog_upper 0 vlog_options {} compile_order 8 dont_compile 0
373
Project_File_8 = byte_counter.v
374
Project_File_P_8 = vlog_protect 0 file_type Verilog group_id 0 vlog_1995compat 0 vlog_nodebug 0 folder {Top Level} vlog_noload 0 last_compile 1142697560 vlog_disableopt 0 vlog_hazard 0 vlog_showsource 0 ood 0 compile_to work vlog_upper 0 vlog_options {} compile_order 1 dont_compile 0
375
Project_Sim_Count = 0
376
Project_Folder_Count = 0

powered by: WebSVN 2.1.0

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