Forums - Open Redstone Engineers
Serial RAM - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: ORE General (https://forum.openredstone.org/forum-39.html)
+--- Forum: Projects & Inventions (https://forum.openredstone.org/forum-19.html)
+---- Forum: In Progress (https://forum.openredstone.org/forum-20.html)
+---- Thread: Serial RAM (/thread-6072.html)



Serial RAM - Koala_Steamed - 03-30-2015

Been a long time since I've been here, just wondering if you guys had any ideas for serial repeater lock ram, that is reliable and doesn't bug out. This is what I came up with, but there is still a chance that when reading data the repeater signals will merge and corrupt it. https://www.youtube.com/watch?v=dBKdibZvb_E

I may end up just using parallel, so if anyone knows of some good compact designs for RAM that would be great.


RE: Serial RAM - LordDecapo - 03-30-2015

That RAM is almost identical to what use for my external storage on my CPU. this weekend I made my RAM (tuchi helped a lot with building and DylanRussel helped with testing) for my build.

it runs parallel and serial, (serial 8byte pages, for interactions with external memory, parallel for interactions with the CPU). It may help, it just adds a small bit of size overall to RAM.
may help, if u go on build and /warp iizr14. Infront of the warp is the CPU, above and behind is an incomplete 128bytes of the assembled RAM, the same 128 is on the CPU Infront of the warp, tuchi, I or Dylan can explain it, most likely, if u need it.


RE: Serial RAM - Burgled - 04-16-2015

I've experimented with it but run into the same bugs you did koala, can only hope for a fix some day possibly.


RE: Serial RAM - LordDecapo - 04-16-2015

Your problem is the Pistons lol.
they make timing a bitch when you start to work With high speed and compact serial such as that..
try to eliminate the Pistons and it will work.

you should hop on the server and see my paged RAM I mentioned, it can help with allowing u to use serial mass storage and parellel out of the same unit. As it can covert serial pages into parellel bytes and vise versa