Searched Projects

Tags: 16 bit

project.name
1 Stars     177 Views

16-bit Prefix Adder

16-bit Prefix Adder

16-bit Prefix adder to perform addition even faster, it's a form of carry-lookahead adder (CLA).

The speed up is especially significant for adders of 32-bit, or more. This is only a demo.


project.name
1 Stars     139 Views
User:

Custom 16 Bit CPU Test 23 Public

Custom 16 Bit CPU Test 23 Public

16 Bit calculator that should be able to do most problems comprising of addition, subtraction, multiplication, and division through coding it

Cant do negatives or decimals

Can be programmed to do a variety of things, and can output to either numerical display, or a graphical display(yes you can graph functions to an extent)


project.name
1 Stars     40 Views
User:

Custom 16 Bit CPU 34

Custom 16 Bit CPU 34

To change sample program, copy a eeprom from the programs tab, and replace the one near the start of the circuit in main with it

to start it, toggle on and off the CLR button down by the clock circuit in Main

Explanation of how someone got many clock cycles per clock update:https://circuitverse.org/users/4699/projects/circuitverse-delay-introduction

Also after about 2 days I successfully coded and implemented Coonways game of life in here in a 16x16 grid(so each grid takes 256 entries in the storage and theres 2 of them)


project.name
0 Stars     8 Views
User:

16 bit computer

16 bit computer

Its not much and getting it to add and substract numbers is a pain. Just use a calculator. This is only a work of art (or architecture perhaps?).


project.name
0 Stars     22 Views
User:

Uses the divide by ten algorithm.

16 bit divider by Sanderokian Stfetoneri.


project.name
0 Stars     4 Views
User:

NandGame ALU

NandGame ALU

Just the 16 bit ALU from NandGame


project.name
0 Stars     5 Views
User:

NandGame CPU

NandGame CPU

A port of the NandGame CPU into CircuitVerse