test01.log revision 12855:588919e0e4aa
1SystemC Simulation
2
3name       = clock_0
4period     = 1 ns
5duty_cycle = 0.5
6
7name       = c2
8period     = 1 ns
9duty_cycle = 0.5
10
11name       = c3
12period     = 8 ns
13duty_cycle = 0.5
14
15name       = c4
16period     = 8 ns
17duty_cycle = 0.1
18
19name       = c5
20period     = 8 ns
21duty_cycle = 0.1
22
23name       = c6
24period     = 8 ns
25duty_cycle = 0.1
26
27name       = c7
28period     = 8 ns
29duty_cycle = 0.5
30
31name       = c8
32period     = 8 ns
33duty_cycle = 0.1
34
35name       = c9
36period     = 8 ns
37duty_cycle = 0.1
38
39name       = cA
40period     = 8 ns
41duty_cycle = 0.1
42
43Info: (I804) /IEEE_Std_1666/deprecated: 
44    sc_clock(const char*, double, double, double, bool)
45    is deprecated use a form that includes sc_time or
46    sc_time_unit
47
48name       = cB
49period     = 8 ns
50duty_cycle = 0.5
51
52name       = cC
53period     = 8 ns
54duty_cycle = 0.1
55
56name       = cD
57period     = 8 ns
58duty_cycle = 0.1
59
60name       = cE
61period     = 8 ns
62duty_cycle = 0.1
63
64Info: (I804) /IEEE_Std_1666/deprecated: You can turn off warnings about
65             IEEE 1666 deprecated features by placing this method call
66             as the first statement in your sc_main() function:
67
68  sc_core::sc_report_handler::set_actions( "/IEEE_Std_1666/deprecated",
69                                           sc_core::SC_DO_NOTHING );
70
71