summaryrefslogtreecommitdiff
path: root/src/systemc/tests/systemc/misc/reports/test01/golden/test01.log
blob: 5b96591bd74ba647fede16c15ded727abc40a2bf (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
SystemC Simulation

Exception caught
Error: (E101) sc_clock period is zero: increase the period: clock 'clk1'
In file: <removed by verify.pl>

Exception caught
Error: (E102) sc_clock high time is zero: increase the period or increase the duty cycle: clock 'clk2'
In file: <removed by verify.pl>

Exception caught
Error: (E103) sc_clock low time is zero: increase the period or decrease the duty cycle: clock 'clk3'
In file: <removed by verify.pl>

Exception caught
Error: (E118) find event failed: port is not bound: port 'a.port_0' (sc_in)
In file: <removed by verify.pl>

Exception caught
Error: (E112) get interface failed: port is not bound: port 'b.port_0' (sc_in)
In file: <removed by verify.pl>

Exception caught
Error: (E112) get interface failed: port is not bound: port 'c.port_0' (sc_in)
In file: <removed by verify.pl>

Exception caught
Error: (E119) sc_semaphore requires an initial value >= 0: semaphore 'semaphore_0'
In file: <removed by verify.pl>

Exception caught
Error: (E119) sc_semaphore requires an initial value >= 0: semaphore 'sem2'
In file: <removed by verify.pl>

Info: (I804) /IEEE_Std_1666/deprecated: notify_delayed(...) is deprecated, use notify(sc_time) instead

Exception caught
Error: (E531) notify_delayed() cannot be called on events that have pending notifications
In file: <removed by verify.pl>

Exception caught
Error: (E531) notify_delayed() cannot be called on events that have pending notifications
In file: <removed by verify.pl>

Exception caught
Error: (E532) cannot generate unique name from null string
In file: <removed by verify.pl>

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 );