1 / 13

Problem 2: The In-Car Radio Navigation Case Study

Problem 2: The In-Car Radio Navigation Case Study. Marcel Verhoef (Chess Information Technology, NL) Ernesto Wandeler, Lothar Thiele (ETH Z ü rich, CH) Paul Lieverse (Siemens VDO Automotive, NL). The In-Car Radio Navigation System. Car radio with built-in navigation system

Télécharger la présentation

Problem 2: The In-Car Radio Navigation Case Study

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Problem 2:The In-Car Radio NavigationCase Study Marcel Verhoef (Chess Information Technology, NL) Ernesto Wandeler, Lothar Thiele (ETH Zürich, CH) Paul Lieverse (Siemens VDO Automotive, NL)

  2. The In-Car Radio Navigation System • Car radio with built-in navigation system • User interface needs to be responsive • Traffic messages must be processed in a timely way • Several applications may execute concurrently

  3. 200 msec 50 msec System Overview – Change Volume User Interface Communication Navigation Radio Database

  4. Performance Requirements Input Data Rate Communication Resource Demand Computation Resource Demand Application A: Change Audio Volume

  5. 1000 msec System Overview – Handle TMC User Interface Communication Navigation Radio Database

  6. Application B: Handle TMC

  7. Application C : Address Lookup

  8. Proposed Architecture Alternatives 22 MIPS 22 MIPS 72 kbps 57 kbps MMI MMI (A) (B) 113 MIPS 11 MIPS 113 MIPS 11 MIPS 72 kbps NAV RAD NAV RAD (C) (D) (E) 72 kbps 72 kbps 260 MIPS 130 MIPS 260 MIPS 22 MIPS 113 MIPS RAD MMI NAV RAD MMI NAV MMI RAD NAV • kbps = kilo bit per second, mips = 106 instructions second • caveat: deploying app. B on arch. B needs an extra task to move data from rad to nav; assume 1000 instructions

  9. Task priorities & scheduling • Assume FP scheduling for all resources • Priorities are ordered as follows(ordered highest → lowest) • MMI.HandleKeyPress • Radio.AdjustVolume • Navigation.DatabaseLookup • MMI.UpdateScreen • Radio.HandleTMC • Navigation.DecodeTMC

  10. How do the proposed system architectures compare in respect to end-to-end delays? Analysis – Design Question 1 • consider the following application combinations • ChangeVolume and HandleTMC • AddressLookup and HandleTMC

  11. 22 MIPS MMI (A) 113 MIPS 11 MIPS 72 kbps NAV RAD How robust is architecture A? Where is the bottleneck of this architecture? Analysis – Design Question 2

  12. Architecture D is chosen for further investigation. How should the processors be dimensioned? Analysis – Design Question 3 (D) 72 kbps 130 MIPS 113 MIPS NAV RAD MMI

  13. Full details can be found at http://www.mpa.ethz.ch

More Related