Searched Projects

Tags: Add

project.name
0 Stars     121 Views

Sum

Sum
Add

project.name
0 Stars     207 Views

Super Sumador

Super Sumador
Using flip flops, assming the propagation time is 6ns for each flip flop, for exmaple 32 bits adder with: 6*32 = 192ns.
With this adder (32*3)=96ns for to add 32 bits.

192-96 = 96ns faster!

For more info, [email protected]
Kiko

project.name
0 Stars     119 Views
User:

Full Adder

Full Adder

Full Adder made from NOT and OR gates


project.name
0 Stars     73 Views
User:

Sub Add 1 Bit Adder

Sub Add 1 Bit Adder

yes


project.name
0 Stars     8 Views

DLD

DLD
Add

Add


project.name
0 Stars     99 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     41 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     18 Views

Half and Full adder

Half and Full adder

15-Sep-2023