summaryrefslogtreecommitdiff
path: root/src/systemc/tests/systemc/misc/user_guide/async_chn/test1/golden/test1.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/misc/user_guide/async_chn/test1/golden/test1.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/misc/user_guide/async_chn/test1/golden/test1.log')
-rw-r--r--src/systemc/tests/systemc/misc/user_guide/async_chn/test1/golden/test1.log18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/systemc/tests/systemc/misc/user_guide/async_chn/test1/golden/test1.log b/src/systemc/tests/systemc/misc/user_guide/async_chn/test1/golden/test1.log
index 0dd89eb5e..25366be13 100644
--- a/src/systemc/tests/systemc/misc/user_guide/async_chn/test1/golden/test1.log
+++ b/src/systemc/tests/systemc/misc/user_guide/async_chn/test1/golden/test1.log
@@ -1,19 +1,19 @@
SystemC Simulation
-Value sent = 10 Value read = 129
Value sent = 129 Value read = 10
-Value sent = 11 Value read = 130
+Value sent = 10 Value read = 129
Value sent = 130 Value read = 11
-Value sent = 12 Value read = 131
+Value sent = 11 Value read = 130
Value sent = 131 Value read = 12
-Value sent = 13 Value read = 132
+Value sent = 12 Value read = 131
Value sent = 132 Value read = 13
-Value sent = 14 Value read = 133
+Value sent = 13 Value read = 132
Value sent = 133 Value read = 14
-Value sent = 15 Value read = 134
+Value sent = 14 Value read = 133
Value sent = 134 Value read = 15
-Value sent = 16 Value read = 135
+Value sent = 15 Value read = 134
Value sent = 135 Value read = 16
-Value sent = 17 Value read = 136
+Value sent = 16 Value read = 135
Value sent = 136 Value read = 17
-Value sent = 18 Value read = 137
+Value sent = 17 Value read = 136
Value sent = 137 Value read = 18
+Value sent = 18 Value read = 137