reconfigurable architectures

9
Reconfigurable Architectures

Upload: maegan

Post on 05-Jan-2016

19 views

Category:

Documents


0 download

DESCRIPTION

Reconfigurable Architectures. Granularity of Reconfigurable Systems. Granularity: The abstraction level used to configure the device. May use a Boolean-level, instruction-level, function-level, process-level representation. Granularity of Reconfigurable Systems. Granularity: - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Reconfigurable Architectures

Reconfigurable Architectures

Page 2: Reconfigurable Architectures

2

Granularity of Reconfigurable Systems

• Granularity: The abstraction level used to configure the device. May use a

− Boolean-level,− instruction-level,− function-level, − process-level representation.

Page 3: Reconfigurable Architectures

3

Granularity of Reconfigurable Systems• Granularity:

Proportional to the length of a configuration:− Fine/low-grain: long configuration− Course grain (high-level granularity): short configuration

• Fine-grain (Boolean-level) architecture: FPGA:

− Primary computational elements: limited-input LUTs

Suitable for simple to complex Boolean functions.− Inefficient for complex functions like multipliers

• Instruction-level: Has computational units that perform instruction-level

operations Units vary from byte-width to word-width (32-bit) datapath

operations. Units rarely have states:

− Read from registers and written to registers

Efficient for performing instructions but inefficient at performing Boolean operations.

Page 4: Reconfigurable Architectures

4

Granularity

• Freedom of device: Instruction-level granularity only allows a limited

number of register locations and small number of operations (on those locations)

Lower granularity level allows more locations and different complex customized FUs.

− Can implement complex functions by a number of LUTs.

• Efficiency: The more closely the application operation is matched

to the granularity, the more efficient the device will execute.

• Example: DSP application needs a lot of word-size add and mult.

− instruction-level granularity.

Application with a lot of Boolean operations:− Boolean-level granularity.

Page 5: Reconfigurable Architectures

5

Granularity

• Functional-level: Units are complex multi-cycle operations

− Extensible processors with customized instructions.

• Process-level: Extremely complex processes which often take 100-

1000 cycles to complete. Example:

− A cryptography device which decides on the algorithm based on the input key.

Page 6: Reconfigurable Architectures

6

Hybrid Devices

• Recent commercial FPGA devices with multiple levels of granularity: LUTs, Dedicated adders/multipliers, DSP units.

Page 7: Reconfigurable Architectures

7

Granularity

Course-grained reconfigurable devices (rDPA) Fine-grained reconfigurable devices (FPGA)

[Hartenstein07]

Page 8: Reconfigurable Architectures

8

Area Efficiency

Page 9: Reconfigurable Architectures

9

References

[Hartenstein07] Hartenstein, “Basics of Reconfigurable Computing,” S. P. J. Henkel, Ed. New York: Springer-Verlag, 2007.

[Kastner04] Kastner, Kaplan, Sarrafzadeh, “Synthesis techniques and optimizations for reconfigurable systems,” Kluwer, 2004.