Maps Redstone Device

Minecraft 74LS181 ALU

  • 875 views 0 today
  • save_alt 26 downloads
Progress
100% complete
Added Creditrjr619
  • 20
  • 9
  • 3
smack17
Site Moderator
Lvl 30Artisan Musician Nerd
155
This is a 74LS181 ALU that I built in Minecraft (based off of a Texas Instruments schematic) after one of my college professors challenged me to do so. The reason why the zip file has a 'v2' in it is because this is the second iteration of the device that I made.



The 74LS181 can do several logic and arithmetic functions, which can be tested using the included table.



I retextured redstone lamps to show simple 0s and 1s. 0 being off, 1 being on.



Heres what the different levers do:



A3-A0 and B3-B0 are the two different numbers that are inputs to the various functions (in binary).



S3-S0 are 4 of the 6 inputs that control what function is being applied to A and B.



M is the mode, which switches between arithmetic and logic functions.



C(n) is the carry, which controls which arithmetic functions are being used.



F3-F0 is the output.





A simple program you can try:

M = 0
C(n) = 1

S = 1001 (format is S3 S2 S1 S0)

A= 0010 (converting to decimal, this is 2)

B = 0011 (converting to decimal, this is 3)



If you input those correctly, A and B will be added together, and F should be 0101, which is 5 in decimal.




If any function you try seems to not work, let me know and I'll update the device!

More like this

  Have something to say?

Dc3609
12/23/2019 7:32 pm
Level 2 : Apprentice Miner
nice,
i have not dowldet but it see good

sry bad englisch
2
New Reds Technology
12/23/2019 7:10 pm
Level 37 : Artisan System Electrician
You have beaten my subscriber to the TI-74181 bit slice ALU... however... would you consider making it smaller???
+1 DIAMOND
2
smack17
12/23/2019 7:39 pm
He/Him • Level 30 : Artisan Musician Nerd
I've thought about making a more compact version, yes. There's also a lot more I can do to optimize it.
1

Welcome