10-23-2015, 10:03 PM
Im back!
And Im starting off strong.
After I slowly but surely joined ORE less and less I was still somewhat working on a concept for a analog cpu.
What makes it better than a "normal" binary cpu, you ask?
...Nothing, but that's not the point.
It's a whole lot simpler, since you can just skip out on things like ALU functions, and all that.
So right now Im working on a working prototype with very basic functions, which should atleast be able to run fibonnaci at a reasonable speed.
As my knowledge about this concept increases I will try to design more advanced pieces of hardware, that in the end will be able to run more advanced code.
Right at this moment I have a working data loop with decoders, and really all thats left is to hook up the ROM, and a program counter, along with a nice user interface.
And Im starting off strong.
After I slowly but surely joined ORE less and less I was still somewhat working on a concept for a analog cpu.
What makes it better than a "normal" binary cpu, you ask?
...Nothing, but that's not the point.
It's a whole lot simpler, since you can just skip out on things like ALU functions, and all that.
So right now Im working on a working prototype with very basic functions, which should atleast be able to run fibonnaci at a reasonable speed.
As my knowledge about this concept increases I will try to design more advanced pieces of hardware, that in the end will be able to run more advanced code.
Right at this moment I have a working data loop with decoders, and really all thats left is to hook up the ROM, and a program counter, along with a nice user interface.