Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow to define contant look up tables (LUT) ??
Hello.. I can define LUT4 (4 input, 16 bit init value) and LUT5 (5 input, 32 bit init value) look up tables with constant values on Lattice Diamond in this way; LUT5 # (.init (32'h3...
Altera_Forum
Honored Contributor
15 years agoI want to build hundreds of 32 bit input and 16 bit input look up tables inside the fpga. But they must work very fast and spend minimum logic cells.
there is also LPM_MUX plugin in the wizard. - Is this a simple LUT generator? Are there wasted logic cells on the design output? - is it the way for the fastest LUT generation? Or the primitives method output is faster? Thanks..