4-bit multiplier

Design a combinational 4-bit multiplier. The circuit receives two 4-bit numbers and produces an 8-bit result.

Specification

module multiplier4(A, B, AxB);
    input [3:0] A, B;
    output [7:0] AxB;

Input

Output

Problem information

Author: Jordi Cortadella

Generation: 2026-02-03T12:13:53.093Z

© Jutge.org, 2006–2026.
https://jutge.org