Altera_Forum
Honored Contributor
16 years agoused array to create a memory
because ALTERA IP scfifo time sequence a litter different from my requirment , so i had to write a FIFO myself.
reg [DATA_WIDTH - 1 : 0] MEM [0 : DEPTH - 1]; // 16*8 ram i use M4K like this ,is it allright?can it work stable and robust?