05-03-2020, 07:29 PM
Minecraft name:
endodd
What do you like the most about redstone?:
I like that redstone allows to build circuits in 3 dimensional space and that you don't need test equipment to figure out what a circuit is doing.
What's a thing you have made which demonstrates redstone knowledge?:
most notably an 8 bit CPU altough it is not quite comleted
What does the thing do?:
- ALU: add, addc, sub, subc, or, xor, and, right shift, inv b, inv c, zero flag, overflow flag, shift underflow flag, even flag
- 7 Registers
- 4 byte RAM read queue
- instruction decoder with micro operations
- 5 tick pipelined
- conditional branching with static prediction per branch instruction
- hardware expandable via DMA
- 64 bytes of RAM
- up to 512 lines of code
Parts that are not wired up or not completed yet:
-the Program Counter
-the instruction decoder
Image/s and/or video/s of the device, from imgur.com or youtube.com:
https://imgur.com/a/hTlyXyy
What do you plan on making for your build trial?:
An 8 bit ALU with cin, cout, Add, Subtract, or, xor, right shift, inv b, inv c, SIMD(2 * 4 bit Additions/Subtractions simultaniously), shift underflow flag
Do you agree with the rules?:
yes
endodd
What do you like the most about redstone?:
I like that redstone allows to build circuits in 3 dimensional space and that you don't need test equipment to figure out what a circuit is doing.
What's a thing you have made which demonstrates redstone knowledge?:
most notably an 8 bit CPU altough it is not quite comleted
What does the thing do?:
- ALU: add, addc, sub, subc, or, xor, and, right shift, inv b, inv c, zero flag, overflow flag, shift underflow flag, even flag
- 7 Registers
- 4 byte RAM read queue
- instruction decoder with micro operations
- 5 tick pipelined
- conditional branching with static prediction per branch instruction
- hardware expandable via DMA
- 64 bytes of RAM
- up to 512 lines of code
Parts that are not wired up or not completed yet:
-the Program Counter
-the instruction decoder
Image/s and/or video/s of the device, from imgur.com or youtube.com:
https://imgur.com/a/hTlyXyy
What do you plan on making for your build trial?:
An 8 bit ALU with cin, cout, Add, Subtract, or, xor, right shift, inv b, inv c, SIMD(2 * 4 bit Additions/Subtractions simultaniously), shift underflow flag
Do you agree with the rules?:
yes