Searched Projects

Tags: JCU

project.name
2 Stars     1538 Views
User:

JCU 500

JCU 500
Re-upload of the JCU 500, now with a proper IC setup, for extra franciness. You can see the original here: https://circuitverse.org/users/1577/projects/4133.
 Functions are as follows
  • 0 - A OR B
  • 1 - A AND B
  • 2 - A XOR B
  • 3 - A + B
  • 4 - A NOR B
  • 5 - A NAND B
  • 6 - A XNOR B
  • 7 - NOT (A + B)
  • 8 - A == B
  • 9 - A > B
  • A - A < B
  • B - 0
  • C - A != B
  • D - A <= B
  • E - A >= B
  • F - 255

project.name
6 Stars     538 Views
User:

JCU 500

JCU 500
After a bit of figuring out, I've now got the JCU500! The JCU500 is an ALU capable of performing every major function you would need it too, and can even perform comparisons, such as greater or less than. Also reused the old JCU100 in a "lite" form. Enjoy!

 Now all I need to do is make a computer for it...

project.name
2 Stars     404 Views
User:

JCU150

JCU150
The JCU150! Now bigger and better!

 Now it can compare stuff! Well, kinda. Still working on making a "greater than" and "less than" comparitor. If anyone knows how, please tell me!

project.name
3 Stars     424 Views
User:

JCU100

JCU100
A simple ALU device I made (My first actually). You can give it a whirl if you want.

 I'll try implementing it into another project at some point, hopefully a fully fledged computer or something like that.

project.name
3 Stars     529 Views
User:

JCU 501

JCU 501
New and improved JCU 501! The new JCU 501 contains two accumulators (one for each input), as well as capacity to handle it's own input stream.

Functions:
0 - A OR B
1 - A AND B
2 - A XOR B
3 - A + B
4 - A NOR B
5 - A NAND B
6 - A XNOR B
7 - !(A + B)
8 - A = B
9 - A > B
a - A < B
b - 0
c - A != B
d - A <= B
e - A >= B
f - 1

project.name
0 Stars     68 Views
User:

nalu 100

nalu 100

new: https://circuitverse.org/users/78044/projects/nalu-150

NALU (Nou Arithmetic Logic Unit) Is a ALU that does stuff.

Based off: JCU (in tags)

functions:

0:compare

1:logic

(slots A and B are free function stuff, must have an input and an output of 2 bits, but can have as many outputs as you want connected to it.)

slot functions:

10:slot a

11:slot b