Skip to content
Behrad Niazmand edited this page Oct 30, 2016 · 3 revisions

The implementation of the FIFO in the NoC router with credit-based flow control is illustrated in Fig. 1. In this FIFO, the read and write pointers are both encoded as one-hot. The FIFO depth is assumed to be 4 slots and each slot can store one flit (which is 32 bits).

Figure1

Figure 1. Overview of the FIFO in NoC router with credit-based flow control

Clone this wiki locally