Sciweavers

ICESS
2005
Springer

Separate Compilation for Synchronous Modules

13 years 9 months ago
Separate Compilation for Synchronous Modules
Abstract. Synchronous models are useful for designing real-time embedded systems because they provide timing control and deterministic concurrency. However, the semantics of such models usually require an entire system to be compiled at once to analyze the dependencies among modules. The alternative is to write modules that can respond when the values of some of their inputs are unknown, a tedious and error-prone process. We present a compilation technique that allows a programmer to describe synchronous modules without having to consider undefined inputs. Our algorithm transforms such a description into code that does as much as it can with undefined inputs, allowing modules to be compiled separately and assembled later. We implemented our technique in a compiler for the Esterel language and present results that show the technique does not impose a substantial overhead.
Jia Zeng, Stephen A. Edwards
Added 27 Jun 2010
Updated 27 Jun 2010
Type Conference
Year 2005
Where ICESS
Authors Jia Zeng, Stephen A. Edwards
Comments (0)