Guest
Hi,
I want to implement a 3000-element lookup table where each entry is
8-bits wide. Each element in this prepopulated table contains the
modulo 256 of the input which is the element's index in the LUT; and
thus I am trading a modulo function for an LUT to save cycles.
Could someone let me know the best way to do this; and also what would
it synthesize to?
Thanks
I want to implement a 3000-element lookup table where each entry is
8-bits wide. Each element in this prepopulated table contains the
modulo 256 of the input which is the element's index in the LUT; and
thus I am trading a modulo function for an LUT to save cycles.
Could someone let me know the best way to do this; and also what would
it synthesize to?
Thanks