04-01-2014, 06:06 PM
(This post was last modified: 04-01-2014, 06:08 PM by PACER_RECAP.)
(01-05-2014, 12:20 AM)RekcirBrickeR Wrote: Over the past week or so I've been working on a hex carry system. It is pretty small. I tried to make a mostly flat system. Although it isn't as fast as I expected, it still works fairly well. It can take an input every 8 ticks. I added a hex memory cell to hold the base number and a fading clock to send a pulse as many times as the multiplier. Essentially it just adds the base number in the amount of the multiplier. Doing another function will add it to the current value. You can reset if you want to start over.
The speed of the function is relative to the multiplier. 8 ticks * multiplier + bussing.
With normal analog that's awesome, but I thought we can still improve it by using overpowered analog.
For a n decdigit x n decdigit, it's something like a 70n ticks(which means 70logN where N is the multiplier). It's a little slower but it's COMBINATIONAL logic.