test02.log revision 12855:588919e0e4aa
1SystemC Simulation
2m_cur_val for c1( "c1", t1, 0.1, t2 ) is: 0
3m_cur_val for c2( "c2", t1, 0.1, t2, false ) is: 1
4m_cur_val for c3( "c3", t1, 0.1, t2 ) is: 0
5
6Info: (I804) /IEEE_Std_1666/deprecated: 
7    sc_clock(const char*, double, double, double, bool)
8    is deprecated use a form that includes sc_time or
9    sc_time_unit
10m_cur_val for c4( "c4", t1, 0.1, t2, false ) is: 1
11m_cur_val for c5( "c5", t1, 0.1, t2 ) is: 0
12m_cur_val for c6( "c6", t1, 0.1, t2, false ) is: 1
13
14Info: (I804) /IEEE_Std_1666/deprecated: You can turn off warnings about
15             IEEE 1666 deprecated features by placing this method call
16             as the first statement in your sc_main() function:
17
18  sc_core::sc_report_handler::set_actions( "/IEEE_Std_1666/deprecated",
19                                           sc_core::SC_DO_NOTHING );
20
21