summaryrefslogtreecommitdiff
path: root/src/systemc/tests/systemc/utils/sc_report/test02/golden/test02.log
blob: a4a3c22b1d1d62b409f52e907ae29e0b98fe52b3 (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
SystemC Simulation

Info: (I804) /IEEE_Std_1666/deprecated: integer report ids are deprecated, use string values: sc_report::register_id()

caught exception
Error: (E800) register_id failed: invalid report id
In file: <removed by verify.pl>

caught exception
Error: (E800) register_id failed: invalid report message
In file: <removed by verify.pl>

caught exception
Error: (E800) register_id failed: report id already exists
In file: <removed by verify.pl>

unknown id

0

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