• Documents
  • Authors
  • Tables
  • Other Seers ▼
    RefSeer AckSeer CollabSeer SeerSeer
  • Log in
  • Sign up
  • MetaCart

CiteSeerX logo

Advanced Search Include Citations
Advanced Search Include Citations | Disambiguate

Giotto: A time-triggered language for embedded programming (2003)

by T A Henzinger, B Horowitz, C M Kirsch
Add To MetaCart

Tools

Sorted by:
Results 1 - 10 of 120
Next 10 →

The Embedded Machine: Predictable, Portable Real-Time Code

by Thomas A. Henzinger, Christoph M. Kirsch - IN PROC. ACM SIGPLAN CONFERENCE ON PROGRAMMING LANGUAGE DESIGN AND IMPLEMENTATION (PLDI , 2002
"... The Embedded Machine is a virtual machine that mediates in real time the interac36) between software proc esses and physicV proc esses. It separates thecA51CP)OC3 of embedded programs into two phases. The first, platform-independent c6AC6)O phase generates E c de (c de exec633 by the Embedded Mac h ..."
Abstract - Cited by 71 (20 self) - Add to MetaCart
The Embedded Machine is a virtual machine that mediates in real time the interac36) between software proc esses and physicV proc esses. It separates thecA51CP)OC3 of embedded programs into two phases. The first, platform-independent c6AC6)O phase generates E c de (c de exec633 by the Embedded Mac hine), whic h supervises the timing --- not thesc heduling--- ofapplic)OCP tasks relative to external events, suc h asc loc ktic ks and sensor interrupts. Ec ode is portable and exhibits, given an input behavior, predic)OCV (i.e., deterministicFA3)c and output behavior. Thesec ond, platform-dependentcAFFF5) phasec hec ks the time safety of the E c de, that is, whether platform performanc (determined by the hardware and platform utilization (determined by the sc heduler of the operating system enable its timely exec5P)OS We have used the Embedded Mac hine toc)3PVA and execCS high-performance control applications written in Giotto, such as the flight control system of an autonomous model helicopter.

The synchronous languages twelve years later

by Albert Benveniste, Paul Caspi, Stephen A. Edwards, Nicolas Halbwachs, Paul Le Guernic, Robert De Simone - Proceedings of the IEEE , 2003
"... Abstract — Twelve years ago, Proceedings of the IEEE devoted a special section to the synchronous languages. This article discusses the improvements, difficulties, and successes that have occured with the synchronous languages since then. Today, synchronous languages have been established as a techn ..."
Abstract - Cited by 71 (5 self) - Add to MetaCart
Abstract — Twelve years ago, Proceedings of the IEEE devoted a special section to the synchronous languages. This article discusses the improvements, difficulties, and successes that have occured with the synchronous languages since then. Today, synchronous languages have been established as a technology of choice for modeling, specifying, validating, and implementing real-time embedded applications. The paradigm of synchrony has emerged as an engineer-friendly design method based on mathematicallysound tools.

Actor-Oriented Design Of Embedded Hardware And Software Systems

by Edward A. Lee, Stephen Neuendorffer, Michael J. Wirthlin , 2003
"... ..."
Abstract - Cited by 52 (24 self) - Add to MetaCart
Abstract not found

Embedded Software

by Edward A. Lee - Advances in Computers , 2002
"... The science of computation has systematically abstracted away the physical world. Embedded software systems, however, engage the physical world. Time, concurrency, liveness, robustness, continuums, reactivity, and resource management must be remarried to computation. Prevailing abstractions of compu ..."
Abstract - Cited by 44 (6 self) - Add to MetaCart
The science of computation has systematically abstracted away the physical world. Embedded software systems, however, engage the physical world. Time, concurrency, liveness, robustness, continuums, reactivity, and resource management must be remarried to computation. Prevailing abstractions of computational systems leave out these "non-functional" aspects. This chapter explains why embedded software is not just software on small computers, and why it therefore needs fundamentally new views of computation. It suggests component architectures based on a principle called "actor-oriented design," where actors interact according to a model of computation, and describes some models of computation that are suitable for embedded software. It then suggests that actors can define interfaces that declare dynamic aspects that are essential to embedded software, such as temporal properties. These interfaces can be structured in a "system-level type system" that supports the sort of design-time and run-time type checking that conventional software benefits from.

Embedded Control Systems Development with Giotto

by Thomas A. Henzinger , Benjamin Horowitz, Christoph Meyer Kirsch - PROCEEDINGS OF LCTES 2001, ACM SIGPLAN NOTICES , 2001
"... Giotto is a principled, tool-supported design methodology for implementing embedded control systems on platforms of possibly distributed sensors, actuators, CPUs, and networks. Giotto is based on the principle that time-triggered task invocations plus time-triggered mode switches can form the abs ..."
Abstract - Cited by 38 (8 self) - Add to MetaCart
Giotto is a principled, tool-supported design methodology for implementing embedded control systems on platforms of possibly distributed sensors, actuators, CPUs, and networks. Giotto is based on the principle that time-triggered task invocations plus time-triggered mode switches can form the abstract essence of programming real-time control systems. Giotto consists of a programming language with a formal semantics, and a retargetable compiler and run-time library. Giotto supports the automation of control system design by strictly separating platform-independent functionality and timing concerns from platform-dependent scheduling and communication issues. The time-triggered predictability of Giotto makes it particularly suitable for safety-critical applications with hard real-time constraints. We illustrate the platform-independence and time-triggered execution of Giotto by coordinating a heterogeneous flock of Intel x86 robots and Lego Mindstorms robots.

From control models to real-time code using Giotto

by Thomas A. Henzinger, Christoph M. Kirsch, Marco A. A. Sanvido, Wolfgang Pree - IEEE CONTROL SYSTEMS MAGAZINE , 2003
"... ..."
Abstract - Cited by 36 (6 self) - Add to MetaCart
Abstract not found

Heterogeneous Concurrent Modeling and Design in Java (Volumes 1: Introduction to Ptolemy II)

by Christopher Brooks, Edward A. Lee, Xiaojun Liu, Yang Zhao, Haiyang Zheng, et al. , 2005
"... ..."
Abstract - Cited by 36 (12 self) - Add to MetaCart
Abstract not found

The case for the precision timed (PRET) machine

by Stephen Edwards, Edward A. Lee, All Rights Reserved, Stephen A. Edwards, Edward A. Lee , 2006
"... Copyright © 2006, by the author(s). ..."
Abstract - Cited by 33 (14 self) - Add to MetaCart
Copyright © 2006, by the author(s).

Static checking of interrupt-driven software

by Dennis Brylow, Niels Damgaard, Jens Palsberg - In Proc. of the 23rd Intl. Conf. on Software Engineering (ICSE , 2001
"... AbstractResource-constrained devices are becoming ubiquitous. Examples include cell phones, palm pilots, and digital ther-mostats. It can be difficult to fit required functionality into such a device without sacrificing the simplicity and clarityof the software. Increasingly complex embedded systems ..."
Abstract - Cited by 27 (8 self) - Add to MetaCart
AbstractResource-constrained devices are becoming ubiquitous. Examples include cell phones, palm pilots, and digital ther-mostats. It can be difficult to fit required functionality into such a device without sacrificing the simplicity and clarityof the software. Increasingly complex embedded systems require extensive brute-force testing, making development andmaintenance costly. This is particularly true for system components that are written in assembly language. Static check-ing has the potential of alleviating these problems, but until now there has been little tool support for programming at theassembly level.

Operational semantics of hybrid systems

by Haiyang Zheng , 2007
"... ..."
Abstract - Cited by 26 (14 self) - Add to MetaCart
Abstract not found
The National Science Foundation
  • About CiteSeerX
  • Submit Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2010 The Pennsylvania State University