AvalonSemiconductors / tt2-4x4-multiply

TinyTapeout 2 submission of a 4-bit by 4-bit multiplier with 8-bit result.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyTapeout 2 4-bit by 4-bit multiplier

This is a submission for TinyTapeout 2 of a circuit that multiplies two 4-bit numbers provided on the input pins, and returns a 8-bit result on the outputs. It is implemented purely using combinatorial logic, so no clock or reset are required for it to function.

Pin Diagram

Inputs --- Outputs
A0 - --- - R0
A1 - --- - R1
A2 - --- - R2
A3 - --- - R3
B0 - --- - R4
B1 - --- - R5
B2 - --- - R6
B3 - --- - R7

circuit schematic

About

TinyTapeout 2 submission of a 4-bit by 4-bit multiplier with 8-bit result.

License:MIT License


Languages

Language:Verilog 56.7%Language:Python 30.9%Language:Tcl 6.4%Language:Makefile 5.9%