MATLAB: HDL coder buffer design in Simulink

coder designhdlHDL Coder

Hi;
How can I Design Buffer in HDL coder by using simulink.
Regards

Best Answer

You can use the HDL FIFO block. If that does not meet your needs, there are RAM and counter blocks available in Simulink. You can uses these to build a FIFO.
Related Question