Skip to content

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

License

Notifications You must be signed in to change notification settings

AvalonSemiconductors/tt2-4x4-multiply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published