summaryrefslogtreecommitdiff
path: root/src/systemc/tests/systemc/datatypes/int/check/test01/golden/test01.log
blob: 52f7e5605b09dbce5294fe8dbd647aa79dca550f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SystemC Simulation
caught exception for sc_int<-3>
caught exception for sc_int<0>
caught exception for sc_int<100>
caught exception for sc_int<8>[-1]
caught exception for sc_int<8>[8]
caught exception for sc_int<8>( 3, -1 )
caught exception for sc_int<8>( 8, 4 )
caught exception for sc_int<8>( 0, 3 )
0
caught exception for sc_uint<-3>
caught exception for sc_uint<0>
caught exception for sc_uint<100>
caught exception for sc_uint<8>[-1]
caught exception for sc_uint<8>[8]
caught exception for sc_uint<8>( 3, -1 )
caught exception for sc_uint<8>( 8, 4 )
caught exception for sc_uint<8>( 0, 3 )
0