test01.log revision 12855:588919e0e4aa
1SystemC Simulation
2
3*** test_bit ***
4
5sc_bit
6
7Info: (I804) /IEEE_Std_1666/deprecated: sc_bit is deprecated, use bool instead
81
91
100
110
12
13sc_logic
140
150
161
171
18Z
19Z
20X
21X
22
23sc_bv
240101
250101
2611110000
2711110000
28
29sc_lv
3001ZX
3101ZX
32XXZZ1100
33XXZZ1100
34
35sc_bitref
361
371
38X
39X
40
41sc_subref
4201
4301
44ZX
45ZX
46
47sc_concref
48
49*** test_int ***
50
51sc_int
52-7
53-7
5415
5515
56
57sc_int_bitref
581
591
601
611
62
63sc_int_subref
649
659
6615
6715
68
69sc_int_concref
701
711
723
733
74
75sc_uint
769
779
7815
7915
80
81sc_uint_bitref
821
831
841
851
86
87sc_uint_subref
889
899
9015
9115
92
93sc_uint_concref
941
951
963
973
98
99sc_bigint
100-7
101-7
10215
10315
104
105sc_signed_bitref
1061
1071
1081
1091
110
111sc_signed_subref
1129
1139
11415
11515
1161
1171
1183
1193
120
121sc_biguint
1229
1239
12415
12515
126
127sc_unsigned_bitref
1281
1291
1301
1311
132
133sc_unsigned_subref
1349
1359
13615
13715
1381
1391
1403
1413
142
143*** test_fx ***
144
145sc_fxnum
146-7
147-7
14815
14915
150
151sc_fxnum_fast
152-7
153-7
15415
15515
156
157sc_fxnum_bitref
1581
1591
1601
1611
162
163sc_fxnum_fast_bitref
1641
1651
1661
1671
168
169sc_fxnum_subref
1701001
1711001
1721111
1731111
174
175sc_fxnum_fast_subref
1761001
1771001
1781111
1791111
180
181sc_fxval
182-7
183-7
18415
18515
186
187sc_fxval_fast
188-7
189-7
19015
19115
192
193Info: (I804) /IEEE_Std_1666/deprecated: You can turn off warnings about
194             IEEE 1666 deprecated features by placing this method call
195             as the first statement in your sc_main() function:
196
197  sc_core::sc_report_handler::set_actions( "/IEEE_Std_1666/deprecated",
198                                           sc_core::SC_DO_NOTHING );
199
200