Component-Based Synthesis of Embedded Systems Using Satisfiability Modulo Theories
Component-Based Synthesis of Embedded Systems Using Satisfiability Modulo Theories
复制标题
使用可满足性模理论进行基于组件的嵌入式系统综合
DOI:
10.1145/2746235
复制
发表时间:
2015
期刊:
影响因子:
--
通讯作者:
T. Givargis
中科院分区:
文献类型:
--
作者:
Steffen Peter;T. Givargis
Constraint programming solvers, such as Satisfiability Modulo Theory (SMT) solvers, are capable tools in finding preferable configurations for embedded systems from large design spaces. However, constructing SMT constraint programs is not trivial, in particular for complex systems that exhibit multiple viewpoints and models. In thisarticle we propose CoDeL: a component-based description language that allows system designers to express components as reusable building blocks of the system with their parameterizable properties, models, and interconnectivity. Systems are synthesized by allocating, connecting, and parameterizing the components to satisfy the requirements of an application. We present an algorithm that transforms component-based design spaces, expressible in CoDeL, to an SMT program, which, solved by state-of-the-art SMT solvers, determines the satisfiability of the synthesis problem, and delivers a correct-by-construction system configuration. Evaluation results for use cases in the domain of scheduling and mapping of distributed real-time processes confirm, first, the performance gain of SMT compared to traditional design space exploration approaches, second, the usability gains by expressing design problems in CoDeL, and third, the capability of the CoDeL/SMT approach to support the design of embedded systems.