-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathtest_enum.vcd
81 lines (81 loc) · 1009 Bytes
/
test_enum.vcd
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
$timescale 1 fs $end
$scope module top $end
$scope module $end
$scope module root $end
$scope module enum $end
$var wire 0 ! $disc $end
$var wire 8 " A$0 $end
$var wire 16 # A$1 $end
$var wire 8 $ B$name $end
$var wire 8 % B$name_2 $end
$var wire 1 & C $end
$upscope $end
$var wire 8 ' color $end
$upscope $end
$upscope $end
$upscope $end
$enddefinitions $end
#0
sNone !
bxxxxxxxx "
bxxxxxxxxxxxxxxxx #
bxxxxxxxx $
bxxxxxxxx %
x&
b10101010 '
#1000
sA !
b00101010 "
b0000010000000000 #
bxxxxxxxx $
bxxxxxxxx %
x&
#2000
sB !
bxxxxxxxx "
bxxxxxxxxxxxxxxxx #
b01000011 $
b01000011 %
x&
#3000
sC !
bxxxxxxxx "
bxxxxxxxxxxxxxxxx #
bxxxxxxxx $
bxxxxxxxx %
1&
#4000
sC !
bxxxxxxxx "
bxxxxxxxxxxxxxxxx #
bxxxxxxxx $
bxxxxxxxx %
0&
#5000
sB !
bxxxxxxxx "
bxxxxxxxxxxxxxxxx #
b01000001 $
b01000001 %
x&
#6000
sA !
b00010101 "
b0000001000000000 #
bxxxxxxxx $
bxxxxxxxx %
x&
#7000
sNone !
bxxxxxxxx "
bxxxxxxxxxxxxxxxx #
bxxxxxxxx $
bxxxxxxxx %
x&
#8000
sNone !
bxxxxxxxx "
bxxxxxxxxxxxxxxxx #
bxxxxxxxx $
bxxxxxxxx %
x&