test01.log revision 12855:588919e0e4aa
1SystemC Simulation
2
3Exception caught
4Error: (E101) sc_clock period is zero: increase the period: clock 'clk1'
5In file: <removed by verify.pl>
6
7Exception caught
8Error: (E102) sc_clock high time is zero: increase the period or increase the duty cycle: clock 'clk2'
9In file: <removed by verify.pl>
10
11Exception caught
12Error: (E103) sc_clock low time is zero: increase the period or decrease the duty cycle: clock 'clk3'
13In file: <removed by verify.pl>
14
15Exception caught
16Error: (E118) find event failed: port is not bound: port 'a.port_0' (sc_in)
17In file: <removed by verify.pl>
18
19Exception caught
20Error: (E112) get interface failed: port is not bound: port 'b.port_0' (sc_in)
21In file: <removed by verify.pl>
22
23Exception caught
24Error: (E112) get interface failed: port is not bound: port 'c.port_0' (sc_in)
25In file: <removed by verify.pl>
26
27Exception caught
28Error: (E119) sc_semaphore requires an initial value >= 0: semaphore 'semaphore_0'
29In file: <removed by verify.pl>
30
31Exception caught
32Error: (E119) sc_semaphore requires an initial value >= 0: semaphore 'sem2'
33In file: <removed by verify.pl>
34
35Info: (I804) /IEEE_Std_1666/deprecated: notify_delayed(...) is deprecated, use notify(sc_time) instead
36
37Exception caught
38Error: (E531) notify_delayed() cannot be called on events that have pending notifications
39In file: <removed by verify.pl>
40
41Exception caught
42Error: (E531) notify_delayed() cannot be called on events that have pending notifications
43In file: <removed by verify.pl>
44
45Exception caught
46Error: (E532) cannot generate unique name from null string
47In file: <removed by verify.pl>
48
49Info: (I804) /IEEE_Std_1666/deprecated: You can turn off warnings about
50             IEEE 1666 deprecated features by placing this method call
51             as the first statement in your sc_main() function:
52
53  sc_core::sc_report_handler::set_actions( "/IEEE_Std_1666/deprecated",
54                                           sc_core::SC_DO_NOTHING );
55
56