Searched Projects

Tags: 4 bit

project.name
0 Stars     377 Views
User:

Multiplication

Multiplication

project.name
4 Stars     4700 Views

4-bit Multiplier

4-bit Multiplier

Demonstration of a N x N multiplier with 4-bit numbers.


project.name
2 Stars     3906 Views

4-bit Devisor

4-bit Devisor

Demonstration of a N x N divider with 4-bit numbers.

Description:
This project demonstrates a 4-bit divider capable of performing division on two 4-bit binary numbers. The circuit outputs both the quotient (Q) and the remainder (R) of the division. For instance, when dividing 14 by 3, the quotient will be 4 and the remainder (R) will be 2, as 14 = 3 * 4 + 2.

How It Works:
The divider operates by repeatedly subtracting the divisor from the dividend, shifting bits as necessary to align with binary division principles. The quotient is accumulated as the divisor is successfully subtracted from the dividend without the result going negative. The remainder (R) is what’s left of the dividend after the final subtraction, representing the "rest" of the division. This circuit is designed using a combination of adders and control logic to automate this process, illustrating fundamental digital division concepts.


project.name
0 Stars     186 Views

4 BIT basic logic

4 BIT basic logic

This is a part of a project to construct a 4 BIT CPU from scratch. I will be starting with a simple NOR gate and building it up to a working model with ALU registers, RAM and ROM. I will be designing an op code and assembler to go with it. Progress and detail can be found on my blog here

This file cotains 4 bit versions of basic logic gates.


project.name
0 Stars     108 Views
User:

Full Adder 1

Full Adder 1

sdfdgd


project.name
0 Stars     165 Views
User:

4 bit 4 reg bus sys

4 bit 4 reg bus sys

project.name
0 Stars     101 Views

4 bit full adder with carry input

4 bit full adder with carry input

studying purpose 


project.name
0 Stars     124 Views
User:

Synchronous Up Counter 4 bit

Synchronous Up Counter 4 bit

project.name
0 Stars     145 Views
User:

Asynchronní čítač 4 bit čítající dolů

Asynchronní čítač 4 bit čítající dolů

project.name
0 Stars     120 Views
User:

Synchronní čítač 4 bit čítající nahoru, s resetem a povolením pro chod, David Matoušek

Synchronní čítač 4 bit čítající nahoru, s resetem a povolením pro chod, David Matoušek

project.name
0 Stars     1333 Views
User:

4 Bit Magnitude Comparator Circuit

4 Bit Magnitude Comparator Circuit

4 Bit Comparator circuit

A - A3 A2 A1 A0    B - B3 B2 B1 B0

A = B when, A3=B3,A2=B2,A1=B1,A0=B0. 

A>B when, A3>B3 OR A3=B3 AND A2>B2 OR A3=B3 A2=B2 AND A1>B1 OR A3=B3 A2=B2 A1=B1 AND A0>B0.

A<B when, A3<B3 OR A3=B3 AND A2<B2 OR A3=B3 A2=B2 AND A1<B1 OR A3=B3 A2=B2 A1=B1 AND A0<B0.


project.name
2 Stars     854 Views
User:

Simple 4 Bit Computer

Simple 4 Bit Computer

This is My 4 Bit computer with 6 instructions just like the SAP Computer. :)

Instructions:

00 NOP

1x LDA

2x ADD

3x SUB

ee OUT

ff END

Warning:

This computer cannot calculate more than 2 numbers

This Example Program shows 5+7 and 4-5.

To Program, Set the Reset Bit to 1 and Program the ROM.

To Run the Program, Set the Reset Bit to 0.

The Numbers in the output are in Two's Complement so if the number is more than 7 

than the number will be negative because 7 is the biggest number in 4 bits.


project.name
0 Stars     54 Views

Clase 3 de Mayo

Clase 3 de Mayo

project.name
1 Stars     152 Views
User:

My first project on this site!

this 4 bit adder is fully decimal, that means the number you input is decimal and the answer will also be in decimal. 

The circuit consists of a decimal-to-binary converter, an 4 bit adder and a binary-to-decimal converter.

The circuit is made without sub-circuits.

To use the adder, click any number you want on the left and right side of the plus. The answer will appear on the right side, in decimal and binary.


project.name
0 Stars     64 Views
User:

Contador de Décadas

Contador de Décadas

KPGW


project.name
1 Stars     164 Views

The 4-bit adder which can do math on 4-bit integers and display on 2 7-segment LEDs.

This project is owned by Lu Xuan Minh - student of HCMUT.

Everyone can fork my project for the purpose of studying and researching.

Thank you for your viewing!

Lu Xuan Minh


Email: [email protected]



project.name
0 Stars     53 Views
User:

binary to gray

binary to gray

project.name
0 Stars     104 Views
User:

A collection of binary adders with Binary, Hex, and Decimal input and output representation


project.name
0 Stars     93 Views

Four‐bit binary counter with parallel load

Four‐bit binary counter with parallel load

Four‐bit binary counter with parallel load. Do check it out. It has been tested!


project.name
0 Stars     113 Views

2's complement for 4 bit input

2's complement for 4 bit input

project.name
0 Stars     19 Views

4 bit internal register

4 bit internal register

project.name
0 Stars     41 Views
User:

counter up

counter up

project.name
0 Stars     1 Views

4 Bit Adder

4 Bit Adder

A four bit adder using AND, OR and NOT gates


project.name
0 Stars     148 Views

4-bit Adder with 7 segment displays

4-bit Adder with 7 segment displays

4-bit Adder with 7 segment displays


project.name
2 Stars     116 Views

5 Bit by 4 Bit divider

5 Bit by 4 Bit divider

5-bit by 4-bit binary divider. This uses binary subtractors and multiplexers to do long division.


project.name
0 Stars     11 Views
User:

Simple 4 Bit Computer

Simple 4 Bit Computer

This is My 4 Bit computer with 6 instructions just like the SAP Computer. :)

Instructions:

00 NOP

1x LDA

2x ADD

3x SUB

ee OUT

4x OUT_S

ff END

Warning:

This computer cannot calculate more than 2 numbers

This Example Program shows 5+7 and 4-5.

To Program, Set the Reset Bit to 1 and Program the ROM.

To Run the Program, Set the Reset Bit to 0.

The Numbers in the output are in Two's Complement so if the number is more than 7 

than the number will be negative because 7 is the biggest number in 4 bits.


project.name
0 Stars     5 Views
User:

Untitled2

Untitled2

project.name
0 Stars     5 Views

Tristate Latch 1

Tristate Latch 1