Forums - Open Redstone Engineers

Full Version: 2 wide vertical registers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I made a thing that was in my head the last day or so. 2 tick read, 2 tick write. It went better than i expected.

[Image: cTfaFrM.png]

[Image: 7EdwnQK.png]

That's 8 bytes there

./warp memory

my 4 tick vertical dual read is there too
i love that design too magic, i just take the 1 more length to the register to make the outputs on the same height Big Grin
There is no better readout than those NOR slab towers.
hmm is it possible to rotate those comparators so we get normalised output instead of inverted out?
rotate which comparators?
the output is the same as newo's regs. You just write with inverted input and it's grand.

I added a block to the lower torches to make the output nicer :^)

[Image: BoJQJof.png]
I recognize that design. If I remember correctly, it was on the RDF.
I added a serial load/store functionality based on those registers (deals with the inverted write too). I tried to use 2 tick sequential reads and writes but the decoder was quite derpy on 2 ticks and 3 ticks is just.... no. Used mostly for context switching and cache memory but this register design is just neat to work with overall.
Very cool. Could work with my vertical shifter idea
I have a version of this kind of memory for displays hanging around. It has a serial in the top that propogates down through each cell for however many bits you want, and you can output serial destructively through the bottom. I designed it for loading and storing images made on paint program-like stuff.

(obviously you can still write to bits individually aswell)