test01.log revision 12855:588919e0e4aa
1SystemC Simulation
2
3Info: (I804) /IEEE_Std_1666/deprecated: sc_bit is deprecated, use bool instead
4Caught exception for sc_bit(2)
5Caught exception for sc_bit('2')
6
7Warning: (W212) sc_logic value 'X' cannot be converted to bool
8In file: <removed by verify.pl>
900101010111
100111
110001
120110
130111
140001
150110
160111
170001
180110
191011
200010
211001
220111
230001
240110
250111
260001
270110
280111
290001
300110
310111
320001
330110
340111
350001
360110
370111
380001
390110
400111
410001
420110
430111
440001
450110
460111
470001
480110
490111
500001
510110
52
53Info: (I804) /IEEE_Std_1666/deprecated: You can turn off warnings about
54             IEEE 1666 deprecated features by placing this method call
55             as the first statement in your sc_main() function:
56
57  sc_core::sc_report_handler::set_actions( "/IEEE_Std_1666/deprecated",
58                                           sc_core::SC_DO_NOTHING );
59
60