summaryrefslogtreecommitdiff
path: root/src/systemc/tests/systemc/misc/sim_tests/popc/golden
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-05-24 01:37:55 -0700
committerGabe Black <gabeblack@google.com>2018-08-08 10:09:54 +0000
commit16fa8d7cc8c92f5ab879e4cf9c6c0bbb3567860f (patch)
tree7b6faaacb4574a555e561534aa4a8508c0624c32 /src/systemc/tests/systemc/misc/sim_tests/popc/golden
parent7235d3b5211d0ba8f528d930a4c1e7ad62eec51a (diff)
downloadgem5-16fa8d7cc8c92f5ab879e4cf9c6c0bbb3567860f.tar.xz
systemc: Import tests from the Accellera systemc distribution.
Change-Id: Iad76b398949a55d768a34d027a2d8e3739953da6 Reviewed-on: https://gem5-review.googlesource.com/10845 Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/tests/systemc/misc/sim_tests/popc/golden')
-rw-r--r--src/systemc/tests/systemc/misc/sim_tests/popc/golden/popc.log19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/systemc/tests/systemc/misc/sim_tests/popc/golden/popc.log b/src/systemc/tests/systemc/misc/sim_tests/popc/golden/popc.log
new file mode 100644
index 000000000..441622f1c
--- /dev/null
+++ b/src/systemc/tests/systemc/misc/sim_tests/popc/golden/popc.log
@@ -0,0 +1,19 @@
+SystemC Simulation
+Input: 1 Population Count: 1
+Input: 3 Population Count: 2
+Input: 7 Population Count: 3
+Input: 15 Population Count: 4
+Input: 31 Population Count: 5
+Input: 63 Population Count: 6
+Input: 127 Population Count: 7
+Input: 255 Population Count: 8
+Input: 511 Population Count: 9
+Input: 1023 Population Count: 10
+Input: 2047 Population Count: 11
+Input: 4095 Population Count: 12
+Input: 8191 Population Count: 13
+Input: 16383 Population Count: 14
+Input: 32767 Population Count: 15
+Input: 65535 Population Count: 16
+
+Info: /OSCI/SystemC: Simulation stopped by user.