1 / 4

Distributed Schedule-Carrying Code

Distributed Schedule-Carrying Code. Tom Henzinger Slobodan Matic. Motivation. Distributed real-time system static scheduling, TDMA communication Independent code generation by several developers specifications from resource manager Code composability

dunbars
Download Presentation

Distributed Schedule-Carrying Code

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. Distributed Schedule-Carrying Code Tom Henzinger Slobodan Matic

  2. Motivation • Distributed real-time system • static scheduling, TDMA communication • Independent code generation by several developers • specifications from resource manager • Code composability • component code modification does not influence other components • check only modified code against its specification

  3. Distributing SCC Giotto SCC (segment) mode start() period 24ms { taskfreq 2 do t1(); taskfreq 2 do t2(t1); taskfreq 1 do t3(); taskfreq 3 do t4(t2,t3); } dispatch(t2,1) idle(1) call(d2) dispatch(t2,5) dispatch(t3,5)

  4. S+N Type and SCC S type N type SCC Modified SCC

More Related