Re: Low Cost Hardware Flaoting Point processor? whats available



In article <cklt71tbtrlebglmrs9d5q76k3s9g6e2ju@xxxxxxx>,
The Real Andy <.pearson@wayit_dot_com_dot_au_remove_the_obvious_to_reply> wrote:
>I need to find a low cost FPU to interface to a Rabbit 2000 processor.
>Having done no embedded hardware design in the last 3-4 years I have
>found myself already drifing away from current trends.

How fast does it have to be?

The Rabbit could be programmed with a FP library to do it slowly.

You can use a FPGA to do it.

You can connect a few more processors to the main one.

Someone I work with put a 1/(1+X) table into a PROM to get the speed he
needed on a calculation where X was a small value.

[...]
>and open on this one. I prefer to avoid DSP's if at all possible and
>need something that will interface to an 8 bit wide General IO port on
>the rabbit, so bitbashing serial would also be fine.

If you can stand the speed of serial transfers, the math can go on
serially in the FPU. This could make it fit into a smallish CPLD.

--
--
kensmith@xxxxxxxxx forging knowledge

.



Relevant Pages