-
Notifications
You must be signed in to change notification settings - Fork 3
/
signals.svwf
33 lines (30 loc) · 1001 Bytes
/
signals.svwf
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
#
# Mnemonic Maps
#
mmap new -reuse -name {Boolean as Logic} -radix %b -contents {{%c=FALSE -edgepriority 1 -shape low}
{%c=TRUE -edgepriority 1 -shape high}}
mmap new -reuse -name {Example Map} -radix %x -contents {{%b=11???? -bgcolor orange -label REG:%x -linecolor yellow -shape bus}
{%x=1F -bgcolor red -label ERROR -linecolor white -shape EVENT}
{%x=2C -bgcolor red -label ERROR -linecolor white -shape EVENT}
{%x=* -label %x -linecolor gray -shape bus}}
array unset createdGroup
array set createdGroup {}
set id [waveform add -signals [subst {
{[format {top.intf.CLK_I}]}
} ]]
set id [waveform add -signals [subst {
{[format {top.intf.RST_I}]}
} ]]
set id [waveform add -signals [subst {
{[format {top.intf.CYC_O}]}
} ]]
set id [waveform add -signals [subst {
{[format {top.intf.STB_O}]}
} ]]
set id [waveform add -signals [subst {
{[format {top.intf.ADR_O[31:0]}]}
} ]]
set id [waveform add -signals [subst {
{[format {top.intf.ACK_I}]}
} ]]
waveform xview limits 0 2000ns