Activity for EsotericaEnthusiastâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #293103 | Initial revision | — | 3 days 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@(posed... (more) |
— | 3 days ago |