simple verilog digital circuits sampels (halfAdder, fullAdder, ALSU , ...)
-
Updated
Jun 9, 2023 - Verilog
simple verilog digital circuits sampels (halfAdder, fullAdder, ALSU , ...)
These are VHDL codes for a signed 4bit multiplier using 4bit adders. Base on Baugh-Wooley Method.
The computational speed of the dadda multiplier can be enhanced by partitioning the partial products. In process to achieve low power we have considered pass transistor for logical implementation.
Some logic circuits for studies and reviews
VHDL homework from FH Technikum Wien Master Embedded Systems course VHDL
A half adder is a digital circuit that performs addition of two binary digits, generating the sum bit and the carry bit.
Learned as a part of CS210 course
Add a description, image, and links to the halfadder topic page so that developers can more easily learn about it.
To associate your repository with the halfadder topic, visit your repo's landing page and select "manage topics."