Please take a look and use the correct hexadecimals :
a) Suppose A = D6 and B = 7C (both in hexadecimal). Show the step by step result multiplyingA and B, using the multiplier hardware shown in Fig. 1. Assume A and B are 8-bit unsigned numbers,stored in hexadecimal format.
b) What is the RISC-V instruction that gives the lower 32 bits of the above multiplicationof signed integers? Name one register where you will be placing the result and fill in all 32 bitpositions for this instruction (write it both in assembly and in machine language).c) Suppose for an 8-bit number, each step of operation (either addition or shift) takes 2ns. Pleasecalculate the time necessary to perform a multiply using the approach given in Fig. 1. Assume theregisters have been initialized. In hardware, please note that the shifts of the multiplicand and multipliercan be done simultaneously.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here