summaryrefslogtreecommitdiffstats
path: root/techmap/sim/modelsim.ini
blob: c4ea7e1762c978044dfce68674ec18eb4cda0676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59

[Library]
others  = $MODEL_TECH/../modelsim.ini
grlib   = ../../grlib/sim/grlib/
gaisler = ../../gaisler/sim/gaisler/
tools   = ../../tools/sim/tools/
zpu     = ../../zpu/sim/zpu/
rena3   = ../../rena3/sim/rena3/

[vcom]
VHDL93 = 2002

; Show source line containing error. Default is off.
Show_source = 1

; Turn on resolving of ambiguous function overloading in favor of the
; "explicit" function declaration (not the one automatically created by
; the compiler for each type declaration). Default is off.
; The .ini file has Explicit enabled so that std_logic_signed/unsigned
; will match the behavior of synthesis tools.
Explicit = 1

; Keep silent about case statement static warnings.
; Default is to give a warning.
; NoCaseStaticError = 1

; Keep silent about warnings caused by aggregates that are not locally static.
; Default is to give a warning.
; NoOthersStaticError = 1

; Turn on some limited synthesis rule compliance checking. Checks only:
;    -- signals used (read) by a process must be in the sensitivity list
CheckSynthesis = 1

[vsim]
Resolution = ps
UserTimeUnit = default

; Assertion Message Format
; %S - Severity Level 
; %R - Report Message
; %T - Time of assertion
; %D - Delta
; %I - Instance or Region pathname (if available)
; %% - print '%' character
; AssertionFormat = "** %S: %R\n   Time: %T  Iteration: %D%I\n"

; Assertion File - alternate file for storing VHDL/Verilog assertion messages
; AssertFile = assert.log

; Default radix for all windows and commands...
; Set to symbolic, ascii, binary, octal, decimal, hex, unsigned
DefaultRadix = decimal

[lmc]

[msg_system]
suppress = 5

OpenPOWER on IntegriCloud