S
sridhartv25@gmail.com
Guest
Hello all,
What does this function do
I tried to understand its output I did not get it,
I cannot even understand its description in the docu.
Zero-extends the number represented by the rightmost specified number
of bits in the given integer.
Zero-extends the rightmost x_bits bits of x_number. Executes faster
than doing x_number<x_bits - 1:0>.
Cheers,
Sridhar.
What does this function do
I tried to understand its output I did not get it,
I cannot even understand its description in the docu.
Zero-extends the number represented by the rightmost specified number
of bits in the given integer.
Zero-extends the rightmost x_bits bits of x_number. Executes faster
than doing x_number<x_bits - 1:0>.
Cheers,
Sridhar.