Re: "legal" advice required

Bob Doyle (doyle@primenet.com.delete-for-email)
27 Dec 1996 23:02:08 -0700


Grant R. Guenther wrote:

[snip]

> The Freecom driver does something unusual for devices of this sort: it
> begins by pulsing, one bit at a time, a sequence of 14827 bits into the
> adapter. At first glance this would appear to be the program for a
> microcontroller of some sort, although it looks odd - more than 80% of the
> bits are ones. I suspect it is more likely to be a table that controls
> a finite state machine.

This sounds like the truth table for an SRAM-based FPGA. The ratio of
ones to zeros is about right.

Bob