Design a multiplier for unsigned binary numbers that willmultiply a 4-bit multiplicand by a 3-bit multiplier to give a 7 bitproduct. Assume that the start signal (St) is 1 for exactlyone clock time. When St =1, the multiplier register should beloaded. After loading the multiplier, load the multiplicand into aseperate register on the next clock, and then proceed with themultiplication. Both the multiplier and multiplicand shouldcome from the same input bus. Inputs to this bus should comefrom switches on the FPGA board. Use an 8-bit accumulator registerthe controller should generate the appropriate sequence of add.