Scottkent Application - Printable Version +- Forums - Open Redstone Engineers (https://forum.openredstone.org) +-- Forum: Moderation (https://forum.openredstone.org/forum-94.html) +--- Forum: Build Server Applications (https://forum.openredstone.org/forum-10.html) +---- Forum: Completed Applications (https://forum.openredstone.org/forum-13.html) +---- Thread: Scottkent Application (/thread-550.html) |
Scottkent Application - Scottkent - 07-11-2013 What is your In Game Name (IGN):Scottkent What in particular interests you most about redstone: Computers, CPU's, ALU's, and anything that has to do with computing. Which prompt have you selected to build:1 Please provide an explanation of your device: It is a 4 bit ALU with SUB, CIN, OR, NOR, AND, XOR Please provide image or video documentation of your device hosted by either imgur.com or youtube.com: Do you agree to the rules of our server: Yes RE: Scottkent Application - newomaster - 07-11-2013 The images you have provided are not publicly available. Hm okay, that's a pretty common design. Can you explain a bit about how it works? Describe how the adder works, how the logic gates are made and what you do to the adder to make it perform bitwise logic. RE: Scottkent Application - Scottkent - 07-11-2013 (07-11-2013, 10:39 PM)newomaster Wrote: The images you have provided are not publicly available. The Adder: The Adder Consists Of 8 XORS, 2 Make up One bit (4 bits total) One bit of the adder does: 0+0=0 1+0=1 0+1=1 1+1=10 In this part the 0 stays on the original bit and the one is carried over. Invert A: Inverts all the A inputs Invert B: Inverts all the B inputs (used for subtraction) CIN: adds one to the first bit (used for subtraction) OR: Disables the NAND in the first XOR of every bit so all that's left is OR Cut Carry: Prevents the Adder from carrying digits so the ALU can perform Logic Operations (XOR, AND, ect.) Flood Carry: Inverts the Outputs of the adder (Used on NOR) SUB: Enables Invert B and CIN, (compliment 1 used for subtraction) OR: enables the OR SO numbers like 1 + 1= 1, 1 + 0 =1, ect. NOR enables the Flood Carry and OR AND enables the invert A, invert B, cut carry, Flood Carry If you need anything else just ask. RE: Scottkent Application - newomaster - 07-11-2013 Okay I'll accept this for trial. However you made a few mistakes in that. Be warned that you will be questioned more during your trial (if you decide to build an alu) -It's called 2s complement -AND requires OR, not cutcarry |