AIC cluster

Delays

The whole AIC_cluster is implemented exactly in the way the paper “Rethinking FPGA” shows. And I use the latest version of input crossbar. The delays I get after optimization are listed below. As the optimization is an endless work, you need to trade-off the area and delay. So these are primary delay parameters. If needed, I will sacrifice the area for the delay further.

 

A -> B 260ps

B -> C 197ps (delay of middle crossbar) + 62ps (delay of  FF-Mux)

C -> D 282ps

Delay of input crossbar 283ps

 

The path is defined the same as the paper.

 

Area

Two methods are used to calculate the area of AIC_cluster. One takes the number of transistors as the unit, and the other takes the number of minimum width transistors as the unit. The statistics are shown below.

  1. In unit of the number of transistors
  1. In unit of the number of minimum width transistors

 

Person in charge: Rachel