Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

Aggregate bandwidth and throughput of synchronous FIFOs

Aggregate bandwidth and throughput of synchronous FIFOs

Anonymous
Not applicable

Question: - How is the aggregate bandwidth of a synchronous FIFO calculated?  - How is the aggregate throughput of a synchronous FIFO calculated?

 

Answer:

Generally the aggregate bandwidth and throughput are calculated for unidirectional FIFOs. Aggregate bandwidth is the total data transfer rate of both device ports.  Aggregate throughput is the total data transfer rate through the device.  To transfer data through the device, a write and read operation are required.

Aggregate Bandwidth = N * W * fmax

Aggregate Throughput = (N * W * fmax) / 2

where: N = Number of Ports = 2 W = Port Width fmax = maximum port operating frequency

By definition, a unidirectional FIFO has one port dedicated to writing and one port dedicated to reading.  Therefore, aggregate throughput will always be given by the above equation.

0 Likes
5754 Views
Contributors