Author:
Date: Jan 1, 2008 09:59
"El-Mehdi Taileb" gmail.com> wrote in message
news:wM6dnagel4MEHi7YnZ2dnUVZ_riknZ2d@giganews.com...
> Hi,
> I'm preparing a PhD. I work in the hardware field.
> As a small part I'm implementing Galois Field arithmetics. I developed a
> library in Verilog of parametrizable GF operators.
> The problem is that I use an architecture for the GF multiplier that takes
> as a parameter a part of the GF table of the desired field (the elements
> starting at m to 2*m-2).
> For evaluating the performance of my library I need to synthesize it for m
> ranging from m=3 to m=BIG VALUES (for example 256, 512).
> I used Matlab to generate these tables but the problem is that Matlab can
> handle Galois Field up to power 16 (m=16).
>
> I would like someone to show me another way to proceed.
|