Maps Redstone Device

Quad Dubit RAM

  • 408 views 0 today
Progress
100% complete
  • 2
  • 0
  • 2
ender_scythe
Lvl 3Apprentice Crafter
0
Four dubits (one byte) of d flip-flops (basil-flop design).

Magenta: decoder
Orange: data in
White: write
Light Blue: d flip-flops
Dark Green: output bussing

The address is a constant input.
The data in is a constant input.
The write is not a constant input.

The address controls which dubit to write the data to (writes once the write input is switched), and also what dubit to read (always visible).

The output holds the data as it was inputted, it does not swap the bits.

More like this

  Have something to say?

tyler_nation
09/12/2016 10:58 pm
Level 2 : Apprentice Miner
sooooo what dose this doooo
1
ender_scythe
09/13/2016 9:36 am
Level 3 : Apprentice Crafter
This is a RAM device, holding the maximum amount of RAM for two bits (without multiple clock cycles).
It will probably be implemented in my two bit computer.

In short: it stores ones and zeros.
1

Welcome