summaryrefslogtreecommitdiff
path: root/src/systemc/tests/systemc/communication/sc_clock/test01/golden/test01.log
blob: 68fd7fe2490d485d579d77c8b4dc5fc290831d77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
SystemC Simulation

name       = clock_0
period     = 1 ns
duty_cycle = 0.5

name       = c2
period     = 1 ns
duty_cycle = 0.5

name       = c3
period     = 8 ns
duty_cycle = 0.5

name       = c4
period     = 8 ns
duty_cycle = 0.1

name       = c5
period     = 8 ns
duty_cycle = 0.1

name       = c6
period     = 8 ns
duty_cycle = 0.1

name       = c7
period     = 8 ns
duty_cycle = 0.5

name       = c8
period     = 8 ns
duty_cycle = 0.1

name       = c9
period     = 8 ns
duty_cycle = 0.1

name       = cA
period     = 8 ns
duty_cycle = 0.1

Info: (I804) /IEEE_Std_1666/deprecated: 
    sc_clock(const char*, double, double, double, bool)
    is deprecated use a form that includes sc_time or
    sc_time_unit

name       = cB
period     = 8 ns
duty_cycle = 0.5

name       = cC
period     = 8 ns
duty_cycle = 0.1

name       = cD
period     = 8 ns
duty_cycle = 0.1

name       = cE
period     = 8 ns
duty_cycle = 0.1

Info: (I804) /IEEE_Std_1666/deprecated: You can turn off warnings about
             IEEE 1666 deprecated features by placing this method call
             as the first statement in your sc_main() function:

  sc_core::sc_report_handler::set_actions( "/IEEE_Std_1666/deprecated",
                                           sc_core::SC_DO_NOTHING );