test.log revision 12855:588919e0e4aa
1SystemC Simulation
2
3Info: (I804) /IEEE_Std_1666/deprecated: sc_bit is deprecated, use bool instead
40
51
61
7
8Error: (E204) value is not valid: sc_bit( 2 )
9In file: <removed by verify.pl>
10
11Info: (I804) /IEEE_Std_1666/deprecated: You can turn off warnings about
12             IEEE 1666 deprecated features by placing this method call
13             as the first statement in your sc_main() function:
14
15  sc_core::sc_report_handler::set_actions( "/IEEE_Std_1666/deprecated",
16                                           sc_core::SC_DO_NOTHING );
17
18