summaryrefslogtreecommitdiff
path: root/src/systemc/tests/systemc/datatypes/int/misc/test01/golden/test01.log
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/tests/systemc/datatypes/int/misc/test01/golden/test01.log')
-rw-r--r--src/systemc/tests/systemc/datatypes/int/misc/test01/golden/test01.log45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/systemc/tests/systemc/datatypes/int/misc/test01/golden/test01.log b/src/systemc/tests/systemc/datatypes/int/misc/test01/golden/test01.log
new file mode 100644
index 000000000..8201117d0
--- /dev/null
+++ b/src/systemc/tests/systemc/datatypes/int/misc/test01/golden/test01.log
@@ -0,0 +1,45 @@
+SystemC Simulation
+
+*** sc_int ***
+sc_int_concref = sc_signed
+0
+1
+sc_int_concref = sc_unsigned
+0
+-2
+sc_int_concref = sc_bv_base
+0
+-1
+sc_int_concref = sc_lv_base
+1
+0
+sc_int_subref = sc_signed
+16
+sc_int_subref = sc_unsigned
+32
+sc_int_subref = sc_bv_base
+48
+sc_int_subref = sc_lv_base
+64
+
+*** sc_uint ***
+sc_uint_concref = sc_signed
+0
+1
+sc_uint_concref = sc_unsigned
+0
+2
+sc_uint_concref = sc_bv_base
+0
+3
+sc_uint_concref = sc_lv_base
+1
+0
+sc_uint_subref = sc_signed
+16
+sc_uint_subref = sc_unsigned
+32
+sc_uint_subref = sc_bv_base
+48
+sc_uint_subref = sc_lv_base
+64