This course is for anyone passionate in learning how a hardware component can be adapted at runtime to better respond to users/environment needs. This adaptation can be provided by the designers, or it can be an embedded characteristic of the system itself. These runtime adaptable systems will be implemented by using FPGA technologies.
Within this course we are going to provide a basic understanding on how the FPGAs are working and of the rationale behind the choice of them to implement a desired system.
This course aims to teach everyone the basics of FPGA-based reconfigurable computing systems. We cover the basics of how to decide whether or not to use an FPGA and, if this technology will be proven to be the right choice, how to program it.
This is an introductory course meant to guide you through the FPGA world to make you more conscious on the reasons why you may be willing to work with them and in trying to provide you the sense of the work you have to do to be able to gain the advantages you are looking for by using these technologies.
We rely on some extra readings to provide more information on the topic covered in this course.
Please NOTE that most of the time, these documents are provided through the IEEE Xplore Digital Library, which means that, to access them, you have to have a valid IEEE subscriptions, either does by yourself or through your university/company.
The course has no prerequisites and avoids all but the simplest mathematics and it presents technical topics by using analogizes to help also a student without a technical background to get at least a basic understanding on how an FPGA works.
One of the main objectives of this course is to try to democratize the understanding and the access to FPGAs technologies. FPGAs are a terrific example of a powerful technologies that can be used in different domains. Being able to bring this technologies to domain experts and showing them how they can improve their research because of FPGAs, can be seen as the ultimate objective of this course. Once a student completes this course, they will be ready to take more advanced FPGA courses.
Nowadays the complexity of computing systems is skyrocketing. Programmers have to deal with extremely powerful computing systems that take time and considerable skills to be instructed to perform at their best. It is clear that it is not feasible to rely on human intervention to tune a system: conditions change frequently, rapidly, and unpredictably. It would be desirable to have the system automatically adapt to the mutating environment. This module analyzes the stated problem, embraces a radically new approach, and it introduces how software and hardware systems ca ben adjusted during execution. By doing this, we are going to introduce the Field Programmable Gate Arrays (FPGA) technologies and how they can be (re)configured.
What's included
7 videos5 readings5 assignments
Show info about module content
7 videos•Total 29 minutes
Course Introduction•2 minutes
Reconfiguration in Everyday Life•2 minutes
The Needs for Adaptation: an overview•5 minutes
FPGA and reconfiguration: a 1st definition•5 minutes
Runtime management•3 minutes
Programmable System-on-Chip•4 minutes
Programmable System-on-Multiple Chip•7 minutes
5 readings•Total 270 minutes
Self-Aware Adaptation in FPGA-based Systems [suggested readings]•30 minutes
Self-Awareness as a Model for Designing and Operating Heterogeneous Multicores [suggested readings]•60 minutes
Reconfigurable computing: a survey of systems and software [suggested readings]•120 minutes
ReconOS: An Operating System Approach for Reconfigurable Computing [suggested readings]•30 minutes
R3TOS-Based Autonomous Fault-Tolerant Systems [suggested readings]•30 minutes
5 assignments•Total 90 minutes
Reconfigurations•15 minutes
History of Reconfiguration•8 minutes
FPGA and reconfiguration•30 minutes
Programmable SoC Vs SoMCs•7 minutes
Runtime management•30 minutes
An introduction to Reconfigurable Computing
Module 2•6 hours to complete
Module details
Traditionally, computing was classified into General-Purpose Computing performed by a General-Purpose Processor (GPP) and Application-Specific Computing performed by an Application-Specific Integrated Circuit (ASIC). As a trade-off between the two extreme characteristics of GPP and ASIC, reconfigurable computing has combined the advantages of both. On one hand reconfigurable computing can have better performance with respect to a software implementation but paying this in terms of time to implement. On the other hand a reconfigurable device can be used to design a system without requiring the same design time and complexity compared to a full custom solution but being beaten in terms of performance. The main advantage of a reconfigurable system is its high flexibility, while its main disadvantage is the lack of a standard computing model. In this module we are presenting a first definition of reconfigurable computing, describing the rationale behind it and introducing how this field has been influenced by the introduction of the FPGAs.
What's included
5 videos4 readings2 assignments
Show info about module content
5 videos•Total 27 minutes
Reconfigurable Computing: a 1st definition•2 minutes
Reconfigurable Computing: HW vs SW•3 minutes
On how to improve the Reconfigurable computing performance via CAD improvements•4 minutes
FPGA-Based Reconfigurable Computing•3 minutes
System design space exploration and rationale behind partial reconfiguration•15 minutes
4 readings•Total 255 minutes
A platform-independent runtime methodology for mapping multiple applications onto FPGAs through resource virtualization [suggested readings]•45 minutes
A Heterogeneous Multicore System on Chip with Run-Time Reconfigurable Virtual FPGA Architecture [suggested readings]•60 minutes
Partitioning and Scheduling of Task Graphs on Partially Dynamically Reconfigurable FPGAs [suggested readings]•60 minutes
A Mapping-Scheduling Algorithm for Hardware Acceleration on Reconfigurable Platforms [suggested readings]•90 minutes
2 assignments•Total 60 minutes
Reconfigurable Computing Module•30 minutes
Performance•30 minutes
Reconfigurable Computing and FPGAs
Module 3•5 hours to complete
Module details
From the mid-1980s, reconfigurable computing has become a popular field due to the FPGA technology progress. An FPGA is a semiconductor device containing programmable logic components and programmable interconnects but no instruction fetch at run time, that is, FPGAs do not have a program counter. In most FPGAs, the logic components can be programmed to duplicate the functionality of basic logic gates or functional Intellectual Properties (IPs). FPGAs also include memory elements composed of simple flip-flops or more complex blocks of memories. Hence, FPGA has made possible the dynamic execution and configuration of both hardware and software on a single chip. This module provides a detailed description of FPGA technologies starting from a general description down to the discussion on the low-level configuration details of these devices, to the bitstream composition and the description of the configuration registers.
What's included
8 videos3 readings2 assignments
Show info about module content
8 videos•Total 36 minutes
Getting Familiar with FPGAs•3 minutes
FPGA Basic Block: CLBs and IOBs•6 minutes
FPGA Basic Block: Interconnections•6 minutes
FPGA Configuration: an overview•2 minutes
More Details on How To Configure and FPGA: the bitstream files•5 minutes
Bitstream Composition•4 minutes
Configuration Registers•6 minutes
How to handle the complexity of an FPGA-based system•4 minutes
3 readings•Total 181 minutes
Note on the "Resources"•1 minute
Physical design for FPGAs [suggested readings]•90 minutes
FPGA design tools must provide a design environment based on digital design concepts and components (gates, flip-flops, MUXs, etc.). They must hide the complexities of placement, routing and bitstream generation from the user. This module is not going through these steps in details, an entire course will be needed just for this, but it is important at least to have an idea of what it is happening behind the scene to better understand the complexity of the processes carried out by the tools you are going to use. Within this context, this module guides you through a simple example, which is abstracting the complexity of the underlying FPGA, starting from the description of the circuit you may be willing to implement to the bitstream used to configure the FPGA.
What's included
6 videos2 assignments
Show info about module content
6 videos•Total 42 minutes
4 inputs - 1 output OR LUT configuration example•10 minutes
From the LUT to the CLB configuration example•8 minutes
A simplified FPGA and its configuration settings•5 minutes
An Example on how to implement a circuit on a simplified FPGA•9 minutes
An Example on how to implement a circuit on a simplified FPGA: bitstram generation phase - CLBs•5 minutes
An Example on how to implement a circuit on a simplified FPGA: bitstram generation phase - SBs and routing•4 minutes
2 assignments•Total 60 minutes
LUT and CLB•30 minutes
Physical design•30 minutes
An Introduction to Reconfigurations
Module 5•6 hours to complete
Module details
Before continuing in this terrific journey in the reconfigurable computing area, it can be useful to define a common language. Obviously, some of these terms have been already used but it is now time to better understand them and to make some order before continuing with more advanced concepts. Furthermore, as we know, FPGA configuration capabilities allow a great flexibility in hardware design and, as a consequence, they make it possible to create a vast number of different reconfigurable systems. These can vary from systems composed of custom boards with FPGAs, often connected to a standard PC or workstation, to standalone systems including reconfigurable logic and General Purpose Processors, to System-on-Chip's, completely implemented within a single FPGA mounted on a board, with only few physical components for I/O interfacing. There are different models of reconfiguration, and a scheme to classify them is presented in this module. We can consider this module as a transitional/turning point module. We have been exposed to some terminology and concepts and we are now ready to move forward. To do this, we need to combine all the pieces of the puzzles together and to invest a bit at looking at the overall picture, and this is exactly what this module has been designed for.
What's included
5 videos2 readings2 assignments
Show info about module content
5 videos•Total 35 minutes
A Common Vocabulary•5 minutes
The 5 W's•6 minutes
Reconfigurable Computing as an Exstension of HW/SW Codesing•6 minutes
A Classification of SoC Reconfigurations•8 minutes
A Classification of SoMC Reconfigurations•10 minutes
2 readings•Total 240 minutes
Design methodology for partial dynamic reconfiguration: a new degree of freedom in the HW/SW codesign [suggested readings]•60 minutes
Performance of partial reconfiguration in FPGA systems: A survey and a cost model [suggested readings]•180 minutes
2 assignments•Total 60 minutes
Functionalities and their implementations•30 minutes
Module Review•30 minutes
Towards Partial Dynamic Reconfiguration and Complex FPGA-based systems
Module 6•6 hours to complete
Module details
The reconfiguration capabilities of FPGAs give the designers extended flexibility in terms of hardware maintainability. FPGAs can change the hardware functionalities mapped on them by taking the application offline, downloading a new configuration on the FPGA (and possibly new software for the processor, if any) and rebooting the system. Reconfiguration in this case is a process independent of the execution of the application. A different approach is the one that considers reconfiguration of the FPGA as part of the application itself, giving it the capability of adapting the hardware configured on the chip resources according to the needs of a particular situation during the execution time. In this case we are referring to this reconfiguration as dynamic reconfiguration and the reconfiguration process is seen as part of the application execution, and not as a stage prior to it. This module illustrates a particular technique, which is extending the previous two, that has been viable for most recent FPGA devices, Partial Dynamic Reconfiguration. To fully understand what this technique is, the concepts of reconfigurable computing, static and dynamic reconfiguration, and the taxonomy of dynamic reconfiguration itself must be analyzed. In this way partial dynamic reconfiguration can be correctly placed in the set of system development techniques that it is possible to implement on a modern FPGA chip.
What's included
8 videos4 readings2 assignments
Show info about module content
8 videos•Total 40 minutes
Scenarios where Partial Reconfiguration can be effective•6 minutes
How to use FPGA Reconfiguration to face area issues•5 minutes
How to deal with the Reconfiguration runtime overhead•4 minutes
Recurring modules to reuse them to reduce the Reconfiguration time•4 minutes
Partial Reconfiguration to reduce the Reconfiguration runtime overhead•6 minutes
Runtime management to explore alternative implementations•6 minutes
Bitstreams relocation•7 minutes
Bitstreams relocation and virtual homogeneity•3 minutes
4 readings•Total 270 minutes
Operating system runtime management of partially dynamically reconfigurable embedded systems [suggested readings]•60 minutes
Core Allocation and Relocation Management for a Self Dynamically Reconfigurable Architecture [suggested readings]•60 minutes
A runtime relocation based workflow for self dynamic reconfigurable systems design [suggested readings]•60 minutes
Partial Dynamic Reconfiguration in a Multi-FPGA Clustered Architecture Based on Linux [suggested readings]•90 minutes
2 assignments•Total 60 minutes
Reconfigurable System•30 minutes
Partial reconfiguration•30 minutes
Design Flows
Module 7•10 hours to complete
Module details
After presenting different solutions proposed to design and implement dynamic reconfigurable systems, this module will describe a general and complete design methodology that can be followed as a guideline for designing reconfigurable computing systems. To design and implement a reconfigurable computing system, designers need Computer-Aided Design (CAD) tools for system design and implementation, such as a design analysis tool for architecture design, a synthesis tool for hardware construction, a simulator for hardware behavior simulation, and a placement and routing tool for circuit layout. We may build these tools ourselves or we can also use commercial tools and platforms for reconfigurable system design. The first choice implies a considerable investment in terms of both time and effort to build a specific and optimized solution for the given problem, while the second one allows the re-use of knowledge, cores, and software to reach a good solution to the same problem more rapidly. This module is guiding the students through an historical view on how CAD frameworks evolved through the years. This is done to show how fast the technology is evolving and the rationale behind the choice made to improve the users experience when working with an FPGA-based system. Not only commercial tools are described, but also the personal journey done by the course instructor and his research team, starting from his early days as a PhD up to the research challenges they are nowadays working on.
What's included
9 videos7 readings3 assignments
Show info about module content
9 videos•Total 54 minutes
Xilnx Design Flows through years•5 minutes
Partial Reconfiguration Design Flows•5 minutes
Xilinx Difference Based Partial Reconfiguration•5 minutes
Xilinx Module Based Partial Reconfiguration•5 minutes
Moudle Based vs Partial Reconfiguration Design Flows•17 minutes
Rationale behind DRESD and the work done by the Politecnico di Milano•3 minutes
From DRESD to CHANGE and ASAP, two new research initiatives from the Politecnico di Milano•4 minutes
CAOS: from embedded to heterogeneous distributed FPGA-based computing systems•3 minutes
7 readings•Total 435 minutes
Vivado Design Suite Tutorial, Partial Reconfiguration, UG947 (v2016.1) April 6, 2016 [suggested readings - handbook - PDF]•90 minutes
Vivado Design Suite User Guide, Partial Reconfiguration, UG909 (v2016.1) April 6, 2016 [suggested readings - handbook - PDF]•180 minutes
Dynamic Reconfigurability in Embedded System Design [suggested readings]•30 minutes
A design methodology for dynamic reconfiguration: the Caronte architecture [suggested readings]•30 minutes
Floorplanning Automation for Partial-Reconfigurable FPGAs via Feasible Placements Generation [suggested readings]•45 minutes
Heterogeneous exascale supercomputing: The role of CAD in the exaFPGA project [suggested readings]•30 minutes
The Role of CAD Frameworks in Heterogeneous FPGA-Based Cloud Systems [suggested readings]•30 minutes
3 assignments•Total 90 minutes
Abstractions•30 minutes
Politecnico di Milano Partial Reconfiguration Research Initiatives•30 minutes
Design flows•30 minutes
Closing remarks and future directions
Module 8•6 hours to complete
Module details
We are working at the edge of the research in the area of reconfigurable computing. FPGA technologies are not used only as standalone solutions/platforms but are now included into cloud infrastructures. They are now used both to accelerate infrastructure/backend computations and exposed as-a-Service that can be used by anyone. Within this context we are facing the definition of new research opportunities and technologies improvements and the time cannot be better under this perspective. What it is needed now is new platform creation tools, monitoring and profiling infrastructure, better runtime management systems, static and dynamic workload partitioning, just to name a few possible areas of research. This module is concluding this course but posing interesting questions towards possible future research directions that may also point the students to other Coursera courses on FPGAs.
What's included
1 video3 readings1 assignment
Show info about module content
1 video•Total 5 minutes
Towards distributed FPGA-based systems•5 minutes
3 readings•Total 315 minutes
Virtualized Execution Runtime for FPGA Accelerators in the Cloud [suggested readings]•105 minutes
A cloud-scale acceleration architecture [suggested readings]•120 minutes
Enabling Flexible Network FPGA Clusters in a Heterogeneous Cloud Data Center [suggested readings]•90 minutes
1 assignment•Total 30 minutes
Closing remarks and future directions•30 minutes
Instructor
Instructor ratings
Instructor ratings
We asked all learners to give feedback on our instructors based on the quality of their teaching style.
Politecnico di Milano is a scientific-technological University, which trains engineers, architects and industrial designers.
From 2014 Politecnico di Milano started the release of several MOOCs, developed by the service for digital learning METID (Methods and Innovative Technologies for Learning), giving everybody the chance to enhance personal skills.
OK
Why people choose Coursera for their career
Felipe M.
Learner since 2018
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
Jennifer J.
Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
Larry W.
Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
Chaitanya A.
"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."
Learner reviews
4.6
247 reviews
5 stars
73.27%
4 stars
21.05%
3 stars
2.42%
2 stars
1.21%
1 star
2.02%
Showing 3 of 247
M
M
4·
Reviewed on May 14, 2020
Learned a lot about the background materials regarding FPGA, but the assignment quality should be more adaptive and challenging. Overall a great one. Thanks a lot to the professor!
H
HC
4·
Reviewed on Aug 1, 2019
Great informatic course, could've been improved a bit by implementing some hands-on exercises and more specific explanations
Q
QK
4·
Reviewed on Jun 8, 2019
Good course for people wants to know the background of FPGA.
When will I have access to the lectures and assignments?
To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
What will I get if I subscribe to this Specialization?
When you enroll in the course, you get access to all of the courses in the Specialization, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.
Is financial aid available?
Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.