Page-20 of "SystemC 2.0.1 Language Reference Manual Revision 1.0", "Index 6" of "Table 2. Examples of Fixed-Point Formats"
(1) For "range signed"
It says [-0.125, 0.109375].
But I think the range should be [-0.125, 0.1171875], because the minimum data is ".1110000" and the maximum one is ".0001111".
(2) For "range unsiged"
It says [0, 0.234375].
But I think the range shoulde be [0, 0.2421875], because the minimum data is ".0000000" and the maximum one is ".0011111".
Whether my understanding is correct?
Can anybody give me help?
Thanks in advanced.
↧
Fixed-Point Formats in SystemC
↧