Design a 4x4 Sequential Multiplier Circuit
Design a sequential circuit to calculate the product of two
4-bit binary numbers, and then display the decimal result in three
HEX displays. Design the circuit at the register transfer level.
The inputs include two 4-bit binary numbers, one clock signal, one
reset, and one start. The output includes one 8-bit binary number,
one ready signal. The sequential circuit uses adder only, and does
not use combinational multiplier. Using basic gates : Counter,
Register,...