Forum Discussion
KennyT_altera
Super Contributor
6 years agoIf the IP does not allow you to select MLAB, which means the IP does not support it. It might be due to
1) performance issue using the fifo on Mlab.
2) the device itself does not have Mlab.
However, check on the latest version of Quartus to see if they are any changes.
- NZhan16 years ago
Occasional Contributor
Hi Kenny
can I use qsf to constrain it ? such as "set_parameter -name ram_block_type MLAB -to <entity>" or "set_global_assignment -name BLOCK_RAM_TO_MLAB_CELL_CONVERSION <value>". Can I use Logic Cell to realize FIFOs?