10-27-2018, 12:48 PM
Hi there!
As you might have noticed by the title, this post is about a dataloop I've been working on.
And indeed, the loop cannot be ran on a 6 tick cycle.
Credits
~ Volevi - Cache (I modified it a bit).
~ Unknown - Stack (I didn't build it though).
~ Unknown - Adder for the ALU.
Everything else, like the ALU, is built entirely by me.
The warp to the loop is /warp #Dataloop.
Thank you all for the great support during this project!
As you might have noticed by the title, this post is about a dataloop I've been working on.
Godloop
The first "godloop" (by Smally) was created on October 8, 2016. The dataloop now rests on /pol. The loop is oddly timed, although it can run on a 6 tick clock cycle. The wiring was not so great, though. It's really clunky, not organised, and most of the time you would get lost in it. For that reason, I've decided, after two (and almost three) years, to rebuild it. After a break of about 5 months (don't ask why).
Specs
~ 7 Bytes Single-read Registers.
~ 8 Level Stack.
~ Universal bus between the stack and regs.
~ 4 Byte Cache.
~ Cache Controller.
~ 7 Tick ALU.
~ 8 Tick maximum clock cycle speed.
~ Everything timed, perfectly.And indeed, the loop cannot be ran on a 6 tick cycle.
Credits
~ Volevi - Cache (I modified it a bit).
~ Unknown - Stack (I didn't build it though).
~ Unknown - Adder for the ALU.
Everything else, like the ALU, is built entirely by me.
Other Information
Feel free to use this dataloop in your CPU build, or just to mess around with. However, please give a credit notice on the build.The warp to the loop is /warp #Dataloop.
Thank you all for the great support during this project!