Searched Projects

Tags: Sub

project.name
0 Stars     119 Views
User:
User Image Tom

FA

FA
Full Adder-Subtractor from Half Adders
Restricted to NAND2, XNOR2, OR2 gates.

project.name
0 Stars     62 Views
User:

Sub Add 1 Bit Adder

Sub Add 1 Bit Adder

yes


project.name
0 Stars     74 Views

8-bit Arithmetic Logic Unit (2

8-bit Arithmetic Logic Unit (2

A simple 8-bit arithmetic logical unit.

The following commands are implemented:

Logic Operations:
[0] 000: OR
[1] 001: NAND
[2] 010:NOR
[3] 011: AND
Arithmetic Operations:
[4] 100: ADD
[5] 101: SUB

The two's complement for subtraction is implemented with a NOT Gate and an adder (which simply adds 1 to the negated input).


project.name
0 Stars     32 Views

8-bit Arithmetic Logic Unit (ALU)

8-bit Arithmetic Logic Unit (ALU)

A simple 8-bit arithmetic logical unit.

The following commands are implemented:

Logic Operations:
[0] 000: OR
[1] 001: NAND
[2] 010:NOR
[3] 011: AND
Arithmetic Operations:
[4] 100: ADD
[5] 101: SUB

The two's complement for subtraction uses the built in component.


project.name
0 Stars     15 Views

Half and Full adder

Half and Full adder

15-Sep-2023