star107468.log revision 12855:588919e0e4aa
1SystemC Simulation
2
3Info: (I804) /IEEE_Std_1666/deprecated: sc_bit is deprecated, use bool instead
4
5Warning: (W212) sc_logic value 'X' cannot be converted to bool
6In file: <removed by verify.pl>
7
8Info: (I804) /IEEE_Std_1666/deprecated: You can turn off warnings about
9             IEEE 1666 deprecated features by placing this method call
10             as the first statement in your sc_main() function:
11
12  sc_core::sc_report_handler::set_actions( "/IEEE_Std_1666/deprecated",
13                                           sc_core::SC_DO_NOTHING );
14
15