fpu: Make inverse_table a constant
authorAnton Blanchard <anton@linux.ibm.com>
Tue, 15 Mar 2022 05:03:34 +0000 (16:03 +1100)
committerAnton Blanchard <anton@ozlabs.org>
Tue, 15 Mar 2022 05:03:34 +0000 (16:03 +1100)
commit50b4cb942331b94620b9b5350095830e6726e871
tree637d41ee550ce7d81be92c26ca9d8dee9aa059e2
parentf01f3d233ae4de595fa29beb305d00ce960f041e
fpu: Make inverse_table a constant

GHDL synthesis is complaining that inverse_table is never stored to.
Change it to a constant.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
fpu.vhdl