A MILP-based approach to path sensitization of embedded software

  • Authors:
  • José C. Costa;José C. Monteiro

  • Affiliations:
  • TU Lisbon, Lisboa, Portugal;TU Lisbon, Lisboa, Portugal

  • Venue:
  • Proceedings of the Conference on Design, Automation and Test in Europe
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

We propose a new methodology based on Mixed Integer Linear Programming (milp) for determining the input values that will exercise a specified execution path in a program. In order to seamlessly handle variable values, pointers and arrays, and variable aliasing, our method uses memory addresses for data references. This implies a dynamic methodology where all decisions are taken as the program executes. During execution, we gather constraints for the milp problem, whose solution will directly yield the input values for the desired path. We present results that demonstrate the effectiveness of this approach. This methodology was implemented into a fully functional tool that is capable of handling medium sized real programs specified in the c language. Our work is motivated by the complexity of validating embedded systems and uses a similar approach to an existing Hdl functional vector generation. The joint solution of the milp problems will provide a hardware/software co-validation tool.