Searched Projects

Tags: 4-bit

project.name
0 Stars     136 Views
User:

4-bit full adder

4-bit full adder

project.name
0 Stars     238 Views

4-bit Odd parity bit generator

4-bit Odd parity bit generator

4-bit Odd parity bit generator using XOR and XNOR


project.name
0 Stars     686 Views

4 bit Asynchronous Counter

4 bit Asynchronous Counter

4 bit Asynchronous Counter using JK FlipFlops


project.name
0 Stars     108 Views

Full adder,
4-bit Binary Adder-Subtractor


project.name
2 Stars     89 Views
User:

Async Counter

Async Counter

4 Bit Asynchronous Counter using JK Flip-FLop


project.name
0 Stars     297 Views
User:

4-bit counter

4-bit counter

4-bit binary counter built on D flop-flops. If CLK MODE is high, counter increments on negative-going edge, otherwise it increments on positive-going edge


project.name
1 Stars     68 Views

Neutrino v1.1.1

Neutrino v1.1.1

My first computer on here!

Specs:

  • 4-bit
  • Basically useless


Current Version: 1.0.0

Changelog:

v1.0.0: The base, 4-bit, clunky computer

v1.1.0: Added the Atom I, a 16-bit RAM chip.

v1.1.1: Added some extra information


project.name
1 Stars     92 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     20 Views

Arquitectura Organizacional

Arquitectura Organizacional

project.name
0 Stars     15 Views
User:

4-bit asyncronous counter

4-bit asyncronous counter

project.name
0 Stars     60 Views

4-bit Adder with 7 segment display


project.name
2 Stars     55 Views

4 bit adder subtractor

4 bit adder subtractor

This is a 4 bit adder.


project.name
0 Stars     25 Views
User:

4BitDownCounterDFlipFlop

4BitDownCounterDFlipFlop

project.name
0 Stars     15 Views
User:

4Bit_DownUpCounter

4Bit_DownUpCounter

Count from 9-8-7-6-5-4-3-2-1-0-10-11-12


project.name
0 Stars     9 Views

4 x 8 Ram

4 x 8 Ram

4 x 8 ram

Functions with read and write


project.name
1 Stars     13 Views
User:

Add/Subrtract

Add/Subrtract

Features a single-bit adder and subtractor as well as a combination of the two. Also showcases a 4-bit adder/subtractor and an 8-bit ALU adder subtractor.


(If anything in the description is wrong please feel free to say so in the comments.


project.name
0 Stars     12 Views

4-bit Bidirectional Shift Register with Parallel Load

4-bit Bidirectional Shift Register with Parallel Load

project.name
0 Stars     1 Views
User:

4-bit Multiplier (No Overflow)

4-bit Multiplier (No Overflow)

project.name
0 Stars     7 Views
User:

Divider

Divider

Divider I'm working on


project.name
0 Stars     1 Views
User:

4-bit Multiplier

4-bit Multiplier

Yay overflow


project.name
1 Stars     4 Views

This is the CTH-10 CPU. This uses all binary to operate. First click on Power to start. Turn Op to 1 and double click the RAM. Then type in the Op code you want. Only put inputs and read outputs of the User Interface. Wait until the Red light turns Green then start. If you want to change operations, then turn Op to 1 and double click the RAM. Then type in the Op code you want. (If you use full screen, and it keeps on kicking you out when you type, click full screen and then look to the bottom right and press + or - and don't touch the full screen after that unless the RAM input kicks you out)

0 is No Operation - Inputs unavailable

1 is RAM - write the address into In1, write the number you want to store into In2 and press Write.

2 is ADD - write the first digit into In1, write the second digit into In2

3 is Subtract - write the first digit into In1, write the second digit into In2

4 is Counter - Inputs unavailable

5 is AND Gate - write the first digit into In1, write the second digit into In2

6 is a Clock - Inputs unavailable

7 is Accessing the ROM - Inputs unavailable

8 is Binary to Decimal converter

9 is Random Number - Inputs unavailable

10 is Not Gate - write the converting digit into In1

11 is Shift Right* - write the converting digit into In1, write the shift number into In2

12 is Shift Left* - write the converting digit into In1, write the shift number into In2

13 is Multiply - write the first digit into In1, write the second digit into In2

HALT is to halt operation


*when using shift the first 3 digits of Out will be nonfunctional


project.name
5 Stars     13 Views

This is the CTH-10 CPU. By CrEePeRz24321. (most updated version of the CTH Series) This uses all binary to operate. First click on Power to start. Turn Op to 1 and double click the RAM. Then type in the Op code you want. Only put inputs and read outputs of the User Interface. Wait until the Red light turns Green then start. If you want to change operations, then turn Op to 1 and double click the RAM. Then type in the Op code you want. (If you use full screen, and it keeps on kicking you out when you type, click full screen and then look to the bottom right and press + or - and don't touch the full screen after that unless the RAM input kicks you out)

0 is No Operation - Inputs unavailable

1 is RAM - write the address into In1, write the number you want to store into In2 and press Write.

2 is ADD - write the first digit into In1, write the second digit into In2

3 is Subtract - write the first digit into In1, write the second digit into In2

4 is Counter - Inputs unavailable

5 is AND Gate - write the first digit into In1, write the second digit into In2

6 is a Clock - Inputs unavailable

7 is Accessing the ROM - Inputs unavailable

8 is Binary to Decimal converter

9 is Random Number - Inputs unavailable

10 is Not Gate - write the converting digit into In1

11 is Shift Right* - write the converting digit into In1, write the shift number into In2

12 is Shift Left* - write the converting digit into In1, write the shift number into In2

13 is Multiply - write the first digit into In1, write the second digit into In2

14 is Divide - write the first digit into In1, write the second digit into In2**

HALT is to halt operation


*when using shift the first 3 digits of Out will be nonfunctional

**when using divide the first 4 digits away from the CPU are remainders and the last 4 digits closest to the CPU are quotients.

(There is also a Computer version that doesn't get updated much.)


project.name
0 Stars     1 Views
User:

Computer Assignment 1

Computer Assignment 1

Design implementation for a 4-bit carry-look-ahead adder with carry-in "C0" and carry-out "C4".