Tool/software:
Hi,
Would you pls kindly advise what's the "SSS" in Input/Output Formatter Data Scaling of HWA? Is it signed bit? If yes, how it will be if the no. of bit >1?
Thanks,
Chris
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi,
Would you pls kindly advise what's the "SSS" in Input/Output Formatter Data Scaling of HWA? Is it signed bit? If yes, how it will be if the no. of bit >1?
Thanks,
Chris
Hi, Chris:
Yes, SSS means sign extension bits. For example, a value of 100 will be '64' in 24-bit hex and a value of -100 will be 'F9C' in 24-bit hex. Let me know if it makes sense.
Best,
Zigang