test03.log revision 12855:588919e0e4aa
1SystemC Simulation
2
3Info: (I804) /IEEE_Std_1666/deprecated: interface and/or port binding in port constructors is deprecated
4c.sig_1 (sc_signal)
5c.sig_2 (sc_signal)
6c.sig_3 (sc_signal)
7c.sig_4 (sc_signal)
8c.in_1 (sc_port)
9c.in_2 (sc_port)
10c.in_3 (sc_port)
11c.in_4 (sc_port)
12c.port_0 (sc_port)
13c.port_1 (sc_port)
14c.inout_1 (sc_port)
15c.inout_2 (sc_port)
16c.inout_3 (sc_port)
17c.inout_4 (sc_port)
18c.port_2 (sc_port)
19c.port_3 (sc_port)
20
21Info: (I804) /IEEE_Std_1666/deprecated: You can turn off warnings about
22             IEEE 1666 deprecated features by placing this method call
23             as the first statement in your sc_main() function:
24
25  sc_core::sc_report_handler::set_actions( "/IEEE_Std_1666/deprecated",
26                                           sc_core::SC_DO_NOTHING );
27
28