R
Rich Grise
Guest
On Thu, 16 Feb 2006 13:01:47 -0800, logjam wrote:

Have Fun!
Rich
Look up "Carry Lookahead".I found his web page just a month or two ago also. But the relatively
short life of a relay worries me. I found a few auctions on ebay for
3000 relays at ~$200, but I don't want to hand wire such a thing.
SOMEONE needs to make a relay based web server. Maybe it only says
"Hello World", which would probably take about a minute or two...
When I thought about it last night I came up with a new solution. A
compromise between speed and board space. This is my first experience
with binary multiplication, so my first implimentation was very
wasteful!
I wanted to have a 64bit adder circuit with parallel carry generation,
but I forgot about fan-in/out. Getting to the end of the adder circuit
would require a LOT of components too. Maybe 16bit parallel by 4
serial is more reasonable.
Have Fun!
Rich