Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

initialize large constant array as lookup table

I need a lookup table as multiplier. so I create an array and filled with integer multiply. and I try to implement like this. however, this takes very very long time to compile, so I thought t...