- Design a 4-bit binary multiplier, using structural style.
- Write a self checking test bench for the design.
- Upload the code to this folder.
A0, A1, A2, A3
are the 4 bits of AB0, B1, B2, B3
are the 4 bits of BP0-P7
are the product ofA[3:0] * B[3:0]
- The MUX-like symbols are 1-bit Full Adders
- The logic gate is an AND gate