test01.log revision 12855:588919e0e4aa
1SystemC Simulation
2caught exception for sc_int<-3>
3caught exception for sc_int<0>
4caught exception for sc_int<100>
5caught exception for sc_int<8>[-1]
6caught exception for sc_int<8>[8]
7caught exception for sc_int<8>( 3, -1 )
8caught exception for sc_int<8>( 8, 4 )
9caught exception for sc_int<8>( 0, 3 )
100
11caught exception for sc_uint<-3>
12caught exception for sc_uint<0>
13caught exception for sc_uint<100>
14caught exception for sc_uint<8>[-1]
15caught exception for sc_uint<8>[8]
16caught exception for sc_uint<8>( 3, -1 )
17caught exception for sc_uint<8>( 8, 4 )
18caught exception for sc_uint<8>( 0, 3 )
190
20