summaryrefslogtreecommitdiff
path: root/src/systemc/tests/systemc/communication/sc_clock/test01/golden/test01.log
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/tests/systemc/communication/sc_clock/test01/golden/test01.log')
-rw-r--r--src/systemc/tests/systemc/communication/sc_clock/test01/golden/test01.log70
1 files changed, 70 insertions, 0 deletions
diff --git a/src/systemc/tests/systemc/communication/sc_clock/test01/golden/test01.log b/src/systemc/tests/systemc/communication/sc_clock/test01/golden/test01.log
new file mode 100644
index 000000000..68fd7fe24
--- /dev/null
+++ b/src/systemc/tests/systemc/communication/sc_clock/test01/golden/test01.log
@@ -0,0 +1,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 );
+