Searched Projects

Tags: splitter

project.name
2 Stars     1412 Views
User:

A circuit that adds two 3-bit numbers using a half-adder and a full-adder.

A circuit that takes two decimal numbers A and B as input and then splits in into their corresponding three bits using a splitter and then calculates their summation using XOR, AND and OR gates. This generates 4 output lines for 4 bits of the summation, and a reversed splitter is finally used to join the output lines to produce a 4-bit output and displayed using a Hex-Display. 

This is a ripple-carry adder.


project.name
0 Stars     32 Views
User:

4bit middle bit cutter

4bit middle bit cutter

project.name
1 Stars     4 Views
User:

Why multiple splitters are problematic.

Why multiple splitters are problematic.

This is a simple explanation of why you shouldn't use multiple splitters (or as someone else called them "splitter trees") in a row. The way to uneven split is simply 2 1 or any variation. Sadly when using larger bit-widths splitter trees are harder to avoid without complicating the whole circuit.


project.name
0 Stars     3 Views
User:

Memory Practice

Memory Practice

Adjustable 8-bit adder which either loads values from two different registers into an 8-bit adder or sequentially adds the current output value of the adder to the value stored in the first register. Practice for RAM unit application, register creation and organization, bit splitting and compression, and sequential logic.


project.name
1 Stars     1 Views
User:

halfbyte-enable counter

halfbyte-enable counter

More practice for sequential logic, implementing multiple sub-circuits to simplify the functionality of the design.