You must login before you can post a comment.
Author: GERARDO MIGUEL TACAY TERRAZOS
Forked from: Hari Raagav T R/4-Bit Multiplication
Project access type: Public
Description:
Circuit that multiplies 2 4-bit numbers and gives an 8-bit result.
For example, 0010 x 0010 [2 x 2] (where m3 = 0, m2 = 0, m1 = 1, m0 = 0, q3 = 0, q2 = 0, q1 = 1, q0 = 0) gives 00000100 [4] as the result.
Created: Sep 27, 2021
Updated: Aug 26, 2023
Comments