Forum Discussion

YZhou98's avatar
YZhou98
Icon for New Contributor rankNew Contributor
28 days ago
Solved

Shift Register Inference on Intel FPGAs – LUT-based Implementation Similar to Xilinx SRL?

Hello, I am trying to understand how Quartus implements shift registers on Altera FPGAs, and whether there is an equivalent mechanism to the LUT-based shift registers available on Xilinx devices (e.g...
  • FvM's avatar
    26 days ago

    Hi,

    LUT based RAM is named MLAB RAM  in Altera FPGA. It's available with 6 input LUT logic elements, e.g. Cyclone V, Cyclone 10 GX, Arria 10, Agilex. It can be used to implement small RAM but apparently no shift registers.

    Regards Frank