Formal verification of iterative algorithms in microprocessors

  • Authors:
  • Mark D. Aagaard;Robert B. Jones;Roope Kaivola;Katherine R. Kohatsu;Carl-Johan H. Seger

  • Affiliations:
  • Intel Corporation, Hillsboro, Oregon;Intel Corporation, Hillsboro, Oregon;Intel Corporation, Hillsboro, Oregon;Intel Corporation, Hillsboro, Oregon;Intel Corporation, Hillsboro, Oregon

  • Venue:
  • Proceedings of the 37th Annual Design Automation Conference
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

Contemporary microprocessors implement many iterative algorithms. For example, the front-end of a microprocessor repeatedly fetches and decodes instructions while updating internal state such as the program counter; floating-point circuits perform divide and square root computations iteratively. Iterative algorithms often have complex implementations because of performance optimizations like result speculation, re-timing and circuit redundancies. Verifying these iterative circuits against high-level specifications requires two steps: reasoning about the algorithm itself and verifying the implementation against the algorithm. In this paper we discuss the verification of four iterative circuits from Intel microprocessor designs. These verifications were performed using Forte, a custom-built verification system; we discuss the Forte features necessary for our approach. Finally, we discuss how we maintained these proofs in the face of evolving design implementations.