2005 Articles
Separate Compilation for Synchronous Modules
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.
Subjects
Files
-
zeng2005separate.pdf application/pdf 101 KB Download File
Also Published In
- Title
- Embedded Software and Systems: Second International Conference, ICESS 2005, Xi‘an, China, December 16-18, 2005: Proceedings
- Publisher
- Springer
- DOI
- https://doi.org/10.1007/11599555_15
More About This Work
- Academic Units
- Computer Science
- Series
- Lecture Notes in Computer Science, 3820
- Published Here
- March 7, 2012