summaryrefslogtreecommitdiff
path: root/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/golden/sc_vector.log
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-12-04 16:30:45 -0800
committerGabe Black <gabeblack@google.com>2018-12-10 06:43:42 +0000
commitd89f712d193dc977a13e937432578ebf03336277 (patch)
treeb1e86210f994506e8d0631f1b8d0077185a626fb /src/systemc/tests/systemc/1666-2011-compliance/sc_vector/golden/sc_vector.log
parent3182b2adec05be519c3251bb775f0d8ddbb2ecdf (diff)
downloadgem5-d89f712d193dc977a13e937432578ebf03336277.tar.xz
systemc: Update the ordering in the reference output for some tests.
There are a number of cases where systemc leaves the decision of what order things happen up to the kernel, and any ordering is legal and conformant with the spec as long as it's repeatable. The reference outputs reflect a particular choice of ordering which is implementation specific, and while considerable effort has been made to make the gem5 ordering match the Accellera ordering, at a certain point that's no longer practical or desirable. This change manually updates the reference output for the tests that haven't been excluded for other reasons which have this sort of ordering problem. They have been individually examined, and as best as I can tell changing the output this way does not mask any underlying error. One or two real problems were discovered in addition to the ordering issues, and those were fixed in earlier changes. Change-Id: I915269998de3f33d5ab5d1fd754a830fd620184d Reviewed-on: https://gem5-review.googlesource.com/c/14918 Reviewed-by: Matthias Jung <jungma@eit.uni-kl.de> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/tests/systemc/1666-2011-compliance/sc_vector/golden/sc_vector.log')
-rw-r--r--src/systemc/tests/systemc/1666-2011-compliance/sc_vector/golden/sc_vector.log24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/golden/sc_vector.log b/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/golden/sc_vector.log
index c2d510c75..dba0c90bd 100644
--- a/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/golden/sc_vector.log
+++ b/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/golden/sc_vector.log
@@ -1,26 +1,26 @@
SystemC Simulation
Called method() in top.m1.target_vec_0 at 10 ns
Called method() in top.m1.target_vec_1 at 10 ns
-Called method() in top.m3.targets_0 at 10 ns
+Called method() in top.m1.target_vec_2 at 10 ns
Called method() in top.m1.target_vec_3 at 10 ns
-Called method() in top.m3.target_vec_2 at 10 ns
-Called method() in top.m3.target_vec_1 at 10 ns
-Called method() in top.m3.target_vec_0 at 10 ns
-Called method() in top.m2.targets_0 at 10 ns
-Called method() in top.m2.target_vec_3 at 10 ns
-Called method() in top.m2.target_vec_2 at 10 ns
-Called method() in top.m2.target_vec_1 at 10 ns
-Called method() in top.m2.target_vec_0 at 10 ns
Called method() in top.m1.targets_0 at 10 ns
+Called method() in top.m2.target_vec_0 at 10 ns
+Called method() in top.m2.target_vec_1 at 10 ns
+Called method() in top.m2.target_vec_2 at 10 ns
+Called method() in top.m2.target_vec_3 at 10 ns
+Called method() in top.m2.targets_0 at 10 ns
+Called method() in top.m3.target_vec_0 at 10 ns
+Called method() in top.m3.target_vec_1 at 10 ns
+Called method() in top.m3.target_vec_2 at 10 ns
Called method() in top.m3.target_vec_3 at 10 ns
-Called method() in top.m1.target_vec_2 at 10 ns
+Called method() in top.m3.targets_0 at 10 ns
Called method() in top.m1.targets_1 at 20 ns
Called method() in top.m2.targets_1 at 20 ns
Called method() in top.m3.targets_1 at 20 ns
Top:0100
-Called method() in top.m3.targets_2 at 30 ns
-Called method() in top.m2.targets_2 at 30 ns
Called method() in top.m1.targets_2 at 30 ns
+Called method() in top.m2.targets_2 at 30 ns
+Called method() in top.m3.targets_2 at 30 ns
Top:0120
Called method() in top.m1.targets_3 at 40 ns
Called method() in top.m2.targets_3 at 40 ns