+ All Categories
Home > Documents > Leiden Embedded Research Center...

Leiden Embedded Research Center...

Date post: 28-Jan-2021
Category:
Upload: others
View: 5 times
Download: 0 times
Share this document with a friend
11
Speaker: Jelena Spasic Leiden Embedded Research Center Leiden Institute of Advanced Computer Science Leiden University, The Netherlands {t.p.stefanov, j.spasic}@liacs.leidenuniv.nl Leiden Embedded Research Center (LERC)
Transcript
  • Speaker: Jelena SpasicLeiden Embedded Research Center

    Leiden Institute of Advanced Computer ScienceLeiden University, The Netherlands

    {t.p.stefanov, j.spasic}@liacs.leidenuniv.nl

    Leiden Embedded Research Center(LERC)

  • Jelena Spasic – Introduction to LERC group, Dec 09, 2014 2

    LERC – Who we are Two senior staff members

    Dr. Todor Stefanov (head)

    Prof. Ed Deprettere

    Three PhD students

  • LERC – What we do

    Research on Embedded Systems-on-Chip (SoCs) Methodologies, Techniques, Algorithms, and Tools for

    automated design of Embedded SoCs

    Programing Techniques and Compilers for Embedded

    SoCs

    Application models, system architecture models, and

    mapping models at various levels of abstraction

    Jelena Spasic – Introduction to LERC group, Dec 09, 2014 3

  • What is an Embedded System?

    Jelena Spasic – Introduction to LERC group, Dec 09, 2014 4

    Embedded System = Information processing system that is:• application domain specific (not general purpose)• tightly coupled to its environment• embedded into a larger product

    • examples of application domains - automotive electronics, avionics, multimedia, consumer electronics, etc.

    • environment - type and properties of input/output information• tightly coupled - the environment dictates what the system’s

    response behavior must be

  • Embedded Systems

    What they do Sense environment

    (input signals) Process input

    information Respond in real-time

    (output signals)

    Jelena Spasic – Introduction to LERC group, Dec 09, 2014 5

    In Embedded Systems time matters:NOT in the sense that information processing should be always very fast

    BUT in the sense that information processing should be:

    determinate and time predictable

  • Jelena Spasic – Introduction to LERC group, Dec 09, 2014 6

    Embedded SoCs are Everywhere!

    Smart Phones

    Tablets Smart TVs

    Multi-Processor Embedded System-on-Chip

  • Jelena Spasic – Introduction to LERC group, Dec 09, 2014 7

    Programming problem

    Programming?

    for j = 1:1:N, [x(j)] = Comp1( ); endfor i = 1:1:K, [y(i)] = Comp2( ); endfor j = 1:1:N, for i = 1:1:K,[y(i), x(j)] = Comp3(y(i),x(j)); endendfor i = 1:1:K, [Out(i)] = Comp4( y( i ) ); end

    Sequential Application Specification

    EASY to specify

    DIFFICULT to map

    Parallelizing Techniques

    P

    P

    P

    P:

    P

    P

    P

    P:

    P

    P

    P

    P:

    P

    P

    P

    P:

    P

    P

    P

    P:

    P

    P

    P

    P:

    1000-Processor Embedded System-on-Chip

    Application

    T1 T2

    T7T5

    T3 T4

    T6

    Parallel Application Specification

    EASY to map

    DIFFICULT to specify

    Mapping Techniques

  • Directions for Bachelor projects

    Modeling, analysis, and optimizations of Embedded SoCs Modeling using variety of Models of Computations

    Process Networks, Dataflow graphs, etc. Analytical or Simulation-based Analysis and

    Verification to check if SoC requirements are met: Functional: consistency, deadlock-free, etc. Non-functional: performance, power consumptions, cost, etc.

    Single or Multi-objective Optimizations to: Maximize SoC performance Minimize/Maximize SoC resource utilization …

    Jelena Spasic – Introduction to LERC group, Dec 09, 2014 8

  • Directions for Bachelor projects

    Program Code Analysis and Transformations Automated parallelization of program code into tasks Transformations of program code to increase/decrease

    parallelism (i.e. number of tasks) Mapping of program code onto Embedded Multi-

    processor SoCs Efficient generation of task code for processors in C/C++ Efficient allocation of tasks code on processors Efficient scheduling of multiple tasks on a processor …

    Jelena Spasic – Introduction to LERC group, Dec 09, 2014 9

  • Directions for Bachelor projects

    In the projects you will gain experience with research and/or commercial tools and SW/HW platforms.

    Examples of research tools: DAEDALUS (http://daedalus.liacs.nl), SDF3, …

    Example of commercial tools Xilinx ISE and EDK, …

    Example of HW platforms Xilinx FPGAs Adapteva Parallella …

    Jelena Spasic – Introduction to LERC group, Dec 09, 2014 10

    http://daedalus.liacs.nl/

  • Thank you

    Slide 1LERC – Who we areLERC – What we doWhat is an Embedded System?Embedded SystemsEmbedded SoCs are Everywhere!Slide 7Directions for Bachelor projectsDirections for Bachelor projectsDirections for Bachelor projectsSlide 11


Recommended