In the class, we talked about a simple 32-bit integer multiplier using the following logic and control flow diagram Start Multiplicand 1. Test MutipierO1 Shift left 64 bits 1a. Add multiplicand to product and place the result in Product register Multiplier 64-bit ALU Shift right 32 bits 2. Shift the register left 1 bit Product Control test 3. Shift the Mutiplier register right 1 bit Write 64 bits No: < 32 repettions Yes: 32 repettions Done
OR
OR