Altera_Forum
Honored Contributor
18 years agoShift-Registers within LEs or RAM blocks ?
Hi,
My project has to serialize @250MHz an input flow of 16-sample parallel data packets that come out from M4K and M-RAM blocks @ 15.625MHz (250/16). Instead of implementing a classical shift-register with LEs, is there a way to implement this shift register (loaded @15.625 and clocked @250MHz) with RAM blocks in order to avoid long interconnect delays between RAM blocks and LEs that would likely prevent me from running @250MHz (near 70% of an EP2S130 used for the time being…). In other words, a kind of “Byte Enable” feature but usable for the read operation (and not only an input data mask during the write operation as is it presently the case in Tri-Matrix RAM blocks). Oliver