Activity for EsotericaEnthusiastâ€
| Type | On... | Excerpt | Status | Date |
|---|---|---|---|---|
| Edit | Post #293103 | Initial revision | — | almost 2 years ago |
| Answer | — |
A: Synchronous FIFO design code review Your current FIFO acts as a standard FIFO. What you desire is a First Word Fall Through (FWFT) FIFO or a showahead FIFO. Changing the rddata to be combinational logic instead of registered logic is the way to do this, the modification would look like this: >//read data from fifo > >always@(p... (more) |
— | almost 2 years ago |
