Presentation is loading. Please wait.

Presentation is loading. Please wait.

ENG6530 Reconfigurable Computing Systems Dynamic Run Time Reconfiguration Operating System Support & Embedded Systems.

Similar presentations


Presentation on theme: "ENG6530 Reconfigurable Computing Systems Dynamic Run Time Reconfiguration Operating System Support & Embedded Systems."— Presentation transcript:

1

2 ENG6530 Reconfigurable Computing Systems Dynamic Run Time Reconfiguration Operating System Support & Embedded Systems

3 Configuration Port or ICAP Configuration Port Dynamic Partial Reconfiguration modify blocks of logic remaining logic Partial Reconfiguration is the ability to dynamically modify blocks of logic while the remaining logic continues to operate without interruption. not know at compile time reacts dynamically Computation sequences are not know at compile time. The system decides, respectively reacts dynamically to application driven reconfiguration requests. Full Bit File Partial Bit Files Function A1 Function B1Function C1 Function C2Function B2 Function A2 Function A3 2 ENG6530 RCS

4 Dynamic Reconfiguration A subset of the configuration data changes… logic layer continues operating But logic layer continues operating while configuration layer is modified… Configuration overhead limited to circuit that is changing… Main problem is the speed of reconfiguration!! Function Configuration Overhead Re configuration Overhead Power On Shut Down Time 3 ENG6530 RCS

5 Partial Reconfiguration Technology and Benefits Partial Reconfiguration enables:  System Flexibility Perform more functions while maintaining communication links  Size and Cost Reduction Time-multiplex the hardware to require a smaller FPGA  Power Reduction Shut down power-hungry tasks when not needed  Fault Tolerant/self-repairing Systems  Adaptive System 4 ENG6530 RCS

6 Power Reduction Techniques with PR Many techniques can be employed to reduce power  Swap out low-power functions  Swap out high-power functions for low-power functions when maximum performance is not required  Swap out lower-power I/O  Swap out high-power I/O standards for lower-power I/O when specific characteristics are not needed  Swap out inactive regions  Swap out black boxes for inactive regions  Time-multiplexing functions  Time-multiplexing functions will reduce power by reducing amount of configured logic 5 ENG6530 RCS

7 Run-time Reconfiguration Applications Applications for non-frequent reconfiguration Rapid prototyping, Searching (text, genetic database) Mode changing (test equipment, radio) Self-repair / self-optimizing area saving Applications for high-speed reconfiguration (area saving) Networking (exchange packet filters according to traffic) Modulation/frequency/encryption hopping in military radios acceleration Applications for high-speed reconfiguration (acceleration) Crypto (e.g. asym. crypto for key exchange & symmetric for data) ENG6530 RCS 6

8 7 FPGA Requirements

9 ENG6530 RCS8 FPGA Configuration configuration file Following all CAD steps the end result is a configuration file which contains the information that will be uploaded into the FPGA in order to program it to perform a specific function. Recall that there are several ports used to configure the FPGA.

10 ENG6530 RCS9 SelectMap & ICAP SelectMAP ICAP ICAP is the Internal Configuration Access Port for Xilinx FPGAs. subset of SelectMap It is a functional subset of SelectMap and is accessible internally via a user design run-time It allows the user design to control device reconfiguration at run-time To reconfigure the device internally either an embedded microprocessor (micro blaze) or a state machine is needed. Four methods of reconfiguring a device, each has applications where desirable Externally Serial configuration port JTAG (Boundary Scan) port SelectMap port Internally Though the Internal configuration access port (ICAP).

11 Table 1. Summary of Configuration Options Table 2. Example Configuration Sizes and Times to Configure with JTAG and SelectMAP/ICAP Reconfiguration Speeds Table 1 shows a summary of Configuration Speeds for the four options Table 2 shows example configurations sizes and times for the four options

12 Configuration Details Partial bit files are processed just like full bit files  Bit file sizes will vary depending on region size and resource type  Contains address & data, sync & desync words, final CRC value two factors Partial Reconfiguration time depends on two factors: 1. Configuration bandwidth 2. Partial bit file size Estimate in PlanAhead, confirm in Rawbit file Configuration ModeMax Clock RateData WidthMax Bandwidth SelectMap / ICAP100 MHz32-bit3.2 Gbps Serial Mode100 MHz1-bit100 Mbps JTAG66 MHz1-bit66 Mbps 11 ENG6530 RCS

13 ICAP - Flow Bitstream FlowFactors effecting Reconfiguration Time  Bitstream length  Bitstream transfer Ways to Improve performance:  Reduce the bitstream size: Compression Compression  Optimize the way the bitstreams are transferred : ICAP interface Speed Improve the ICAP interface Speed. Prefetching Use Prefetching of the bit-stream SystemACE BRAM (Microblaze) ICAP Memory Configuration Memory 12

14 Xilinx Virtex FPGA Reconfiguration An FPGA is reconfigured by writing bits into configuration Memory (CM) into frames Configuration data is organized into frames that target specific areas of the FPGA through frame addresses reconfigure any portion of that frame To reconfigure any portion of that frame the partial bitstreams contain configuration data for a whole frame Reconfiguration times highly depend on the size and organization of the PR regions:  Virtex-II allowed column based PR only  Virtex-4’s allow arbitrarily sized PR regions  Virtex-5/6/7 configure small part of a column at a time

15 Virtex II Configuration Arch Virtex II [PRO] Device is column reconfigurable Each CLB column takes up 1 major frame Each CLB major frame takes up 22 minor frames 1 minor frame is the smallest grain of reconfiguration 1 minor frame is the smallest grain of reconfiguration

16 Reconfigurable Elements Granularity of reconfigurable regions vary by device family  Virtex-4 examples Slice region: 16 CLB high by 1 CLB wide BRAM region: 4 RAMB16 and 4 FIFO16 DSP region: 8 DSP48  Virtex-5 examples Slice region: 20 CLB high by 1 CLB wide BRAM region: 4 RAMB36 DSP region: 8 DSP48  Virtex-6 examples Slice region: 40 CLB high by 1 CLB wide BRAM region: 8 RAMB36 DSP region: 16 DSP48 Bit file sizes for each of these resource types will vary 15 ENG6530 RCS

17 16 FLOW

18 PR software Support Initially there was very little software support to assist in generating PR designs and bitstreams Recently  Xilinx’s EA PR flow with the integration of the Xilinx’s PlanAhead tool greatly mitigates the complicacies of PR

19 How Can We Reconfigure? Initiation of reconfiguration is determined by the designer  On-chip state machine, processor or other logic  Off-chip microprocessor or other controller Delivery of the partial bit file uses standard interfaces  FPGA can be partially reconfigured through the SelectMap, Serial or JTAG configuration ports, or the Internal Configuration Access Port Logic decoupling should be synchronized with the initiation and completion of partial reconfiguration  Enable registers  Issue local reset 18 ENG6530 RCS

20 Terminology Reconfigurable Partition (RP)  Design hierarchy instance marked by the user for reconfiguration Reconfigurable Module (RM)  Portion of the logical design that occupies the Reconfigurable Partition  Each RP may have multiple Reconfigurable Modules Static Logic  All logic in the design that is not reconfigurable Partition Pins  Ports on a Partition; Interface between Static and Reconfigurable Logic 19 ENG6530 RCS

21 Terminology: Configurations A Configuration is a complete FPGA design  Consists of Static Logic and one variant for each reconfigurable instance Maximum number of RMs for any RP determines minimum number of Configurations required  Example: Possible Configurations for this design 1. Static + A1 + B1 + C1 2. Static + A2 + B2 + C2 3. Static + A3 + B2 + C3 4. Static + A3 + B2 + C4 Reconfigurable Modules 20 RP “A” Static RP “B” RP “C” A1 A2 A3 B1 B2 C1 C2 C3 C4 ENG6530 RCS

22 Terminology: Bus Macros Bus Macros: Means of communication between PRMs and static design All connections between PRMs and static design must pass through a bus macro with the exception of a clock signal Type of Bus Macros  Tri-state buffer (TBUF) based bus macros  Slice-based (or LUT-based) bus macros ENG6530 RCS21

23 Design Flow  The partial reconfiguration implementation process is broken down into three main phases: 1. Initial Budgeting Phase – Creating the floorplan and constraints for the overall design 2. Active Module Phase – Implementing each module through the place and route process. 3. Final Assembly Phase – Assembling individual modules together into a complete design. ENG6530 RCS 22

24 Controller (Microblaze) ICAP Flash controller Current PR Design Flow Steps –Partition the system into modules –Define static modules and reconfigurable modules –Decide the number of PR regions (PRRs) –Decide PRR sizes, shapes and locations –Map modules to PRRs –Define PRR interfaces, instantiate slice macros for PRR interfaces Optimization problems –Design partitioning –Number of PRRs –PRR sizes, shapes and locations –Mapping PRMs to PRRs –Type and placement of PRR interfaces Module A Module C Module B Static modules Reconfigurable Modules (PRMs) 1 2 FPGA # of PRRs PRR 1 PRR 2 Static region Static modules Modules: A and B Modules: C Design partitioning Design floorplanning and budgeting ENG6530 RCS23

25 ENG6530 RCS24 Conclusions Local Run Time Reconfiguration (LRTR) provides flexibility and more efficient usage of the FPGA fabric.  Continuous service applications  Reduced power consumption  Reduced device count  In the field hardware upgrades … Local Run-Time Reconfiguration requires  Tools that could automate the process  Supports such as Operating Systems and on-chip soft/hard cores to manage the complexity. In order to exploit fully RTR one would need access to devices that could be reconfigured hundreds of thousands of times per second.

26 ENG6530 RCS 25 OS Support for RCS

27 Reconfigurable Operating Systems adds tremendous flexibility also introduces challenges. Modern FPGA can be partially dynamically reconfigured. This feature adds tremendous flexibility to the Reconfigurable Computing (RC) Field but also introduces challenges. Reconfigurable Operating Systems tend to:  Ease applications development,  Higher lever of abstraction  Ease application verification and maintenance. 26 ENG6530 RCS

28 27 OS for RCS multitasking reconfigurable With the development of the reconfigurable computing systems, designers are looking towards multitasking reconfigurable computers will require an OS Multitasking an FPGA will require an OS to manage the loading, swapping and allocation of the tasks to the FPGA surface As the status of the FPGA changes in time, the designs will have to be completed at run-time, and not statically compiled. handled by the OS The partitioning, placement and routing need be handled by the OS.

29 Module A Module C Module B A System Controller FPGA Bitstreams storage Battery External I/O Module C 3. Smaller partial bitstreams Module A request 1. System controller does not need to be placed in an external device 2. Access to fast Internal Configuration Access Port (ICAP – 32 bits, 100 MHz) 4. No need to halt complete system when reconfiguring a module 5. Time multiplexing of FPGA resources, load and unload HW modules on demand Base system configuration JTAG Reconfigurable area disabled Controller (Microblaze) ICAP Flash controller Module C Module B enabled Module A enabled disabled Static area Module A Module B 28

30 ENG6530 RCS 29 Tasks of OS for RCS General Tasks  Loader  Scheduler  Memory management  Circuit protection  I/O  Inter-process communication Special Tasks  Allocation  Partitioning  Placement  Routing multiple circuits on one or more FPGA

31 ENG6530 RCS 30 The Design Stages Allocation  Deciding which part of the FPGA is available and can accommodate the incoming task New application requiring six contiguous spaces FPGA Surface

32 ENG6530 RCS 31 Allocation Algorithm Determines the total area required for the application and calculates the optimal circuit dimensions (the OS limits it to rectangles). Determines if there is available FPGA logic. If the circuit is unable to be allocated in its current shape it calculates the largest FPGA logic area available.

33 ENG6530 RCS 32 Dynamic Partitioning Breaking a task graph down into smaller components so they are able to fit onto an available space on the FPGA surface Circuit Design

34 ENG6530 RCS 33 Placement What nodes of the application get mapped to what FPGA cells? 1 5 4 32 6 Allocated, Partitioned Circuit FPGA partition 14 5 2 63

35 Fast Configuration Reconfiguration time is non- productive time Reconfigure the device as fast as possible in order to minimize reconfiguration overhead Configuration prefetching Configuration compression Relocation and Defragmentation Configuration caching Techniques for fast reconfiguration ENG6530 RCS 34

36 Loading a configuration onto a device in advance, in order to overlap reconfiguration with useful computation Configuration Prefetching Can be exploited if configuration can be done concurrently with computations Requires prediction which configuration will be needed in next couple of milliseconds Gets complicated when multiple branches exist in program Configuration Prefetching issues ENG6530 RCS 35

37 Minimize the amount of data that must be loaded to the device in multi-context environment Additional decompression circuits must be put on the FPGA die Configuration Compression Reducing the amount of configuration data that must be transferred to the device Use fast cache near reconfigurable hardware Configuration Caching ENG6530 RCS 36

38 Loading and uploading configurations fragments free space May reconfigure any part of the device Configurations most likely occupy contiguous areas Relocation needed Relocation needed if fragmentation of a free space prevents loading new configurations Relocation and Defragmentation c1 c3 c2 New configuration c4 c5 c1 c3 c2 c4 c5 Relocation / defragmentation ENG6530 RCS 37

39 ENG6530 RCS 38 UG-PDROS

40 Reconfigurable OS Essential Components PRRs + GPs Scheduler Placer Bitstream Manager Communication network 39 ENG6530 RCS

41 Overall System Components 40 ENG6530 RCS

42 Task Representation A DFG is a directed graph that represents dependencies (arrows) between tasks (nodes). Where each task represented by a node. Task Type can be: HW SW HybridHW HybridSW 41 ENG6530 RCS

43 DFG Generator A DFG Generator is needed in order to evaluate the proposed schedulers and framework. It randomly generates DFGs with predefined specification, such as Number of nodes, Task types and Total number of dependencies per DFG 42 ENG6530 RCS

44 DFG Generator outputs {.id= 0,.operation= OPMult,.mode =HybHW,.next= 1,.initPrio=0,.TypeID=3,.CanRun=0x1F,.D={.op1= 2,.op2= 1,.isAdd_op1= NO,.isAdd_op2= NO },.Emu={.HWdelay=TASK_3_HW_DELAY,.SWdelay=TASK_3_SW_DELAY} }, {.id= 0,.operation= OPMult,.mode =HybHW,.next= 1,.initPrio=0,.TypeID=3,.CanRun=0x1F,.D={.op1= 2,.op2= 1,.isAdd_op1= NO,.isAdd_op2= NO },.Emu={.HWdelay=TASK_3_HW_DELAY,.SWdelay=TASK_3_SW_DELAY} }, 43 ENG6530 RCS

45 Scheduling Algorithms Scheduling algorithms have great impact on performance. The total time it takes to run the same tasks set on the same platform could be minimized using different schedulers. Many other factors can be used to evaluate schedulers performance such as :  Power consumption,  Reconfiguration time 44 ENG6530 RCS

46 Scheduling Algorithms In this work we propose several novel scheduling algorithms for reconfigurable computing that can handle both hardware and software tasks. The algorithms proposed tends to reuse hardware tasks to reduce reconfiguration overhead, Migrate tasks between software/hardware to efficiently utilize resources and, Reduce computation time 45 ENG6530 RCS

47 Results Schedulers validation needs extensive testing using benchmarks with different parameters, properties, and statistics. Several DFGs were used, these DFGs differ by the number of  Tasks,  Dependencies, and  Operations. Each scheduler was tested with different number of PRRs for every DFG. To get more reliable results, each DFG is run six times using the same configuration The results were repeated with uniform and no-uniform PRRs. 46 ENG6530 RCS

48 Results Total Time for the Uniform implementation 47

49 Controller (Microblaze) ICAP Flash controller OS Resource Management Optimization problems –Design partitioning –Number of PRRs –PRR sizes, shapes and locations –Mapping PRMs to PRRs –Type and placement of PRR interfaces These paramaters affect the performance of the applications being executed on the FPGA platform. Can we estimate or predict these resources?? Module A Module C Module B Static modules Reconfigurable Modules (PRMs) 1 2 FPGA # of PRRs PRR 1 PRR 2 Static region Static modules Modules: A and B Modules: C ENG6530 RCS48

50 Adaptive Resource Allocation 49 ENG6530 RCS 1.A Task Graph Generator is used to create hundreds of DFGs. 2.A set of features is then extracted from each DFG. 3.Each DFG is simulated using different problem parameters. 4.The resulting data is then cleaned. 5.The WEKA data-mining package is used for classification (i.e., prediction). 6.Several Learning Techniques are utilized, including ANNs, SVM, and KNN. 7.Ten-fold cross validation is used to validate the model 8.The System is currently used to predict the layout and necessary resources.

51 ENG6530 RCS50 Conclusions Run Time Reconfiguration (RTR) provides flexibility and more efficient usage of the FPGA fabric. RTR allows the exploitation of dynamic conditions or temporal locality within application-specific problems Run-Time Reconfiguration requires  Tools that could automate the process  Supports such as Operating Systems and on-chip soft/hard cores to manage the complexity. Combining Meta-heuristic based techniques along with Machine learning could help in creating smart Operating Systems that can enable dynamic run time reconfiguration in embedded systems.

52 51


Download ppt "ENG6530 Reconfigurable Computing Systems Dynamic Run Time Reconfiguration Operating System Support & Embedded Systems."

Similar presentations


Ads by Google