Language-based Hardware Verification with ReWire: Just Say No! to Semantic Archaeology

pdf

Presented as part of the 2015 HCSS conference.

Abstract:

There is no such thing as high assurance without high assurance hardware. High assurance hardware is essential, because any and all high assurance systems ultimately depend on hardware that conforms to, and does not undermine, critical system properties and invariants. And yet, high assurance hardware development is stymied by the conceptual gap between formal methods and hardware description languages used by engineers.

This talk presents ReWire, a Haskell-like functional programming language providing a suitable foundation for formal verification of hardware designs, and a compiler for that language that translates high-level, semantics-driven designs directly into working hardware. ReWire’s design and implementation are presented, along with a case study in the design of a secure multicore processor based on the Xilinx PicoBlaze, demonstrating both ReWire’s expressiveness as a programming language and its power as a framework for formal, high-level reasoning about hardware systems.

The philosophy that drives the development of ReWire may be summed up as the conviction that semantic archaeology is the bane of high assurance computing. By “semantic archaeology”, we mean the process of developing a formal specification for an existing computing artifact. Semantic archaeology is time-consuming and expensive, because such artifacts are rarely written with formal semantics in mind, and, consequently, the formal methods scientist must attempt a painstaking reconstruction of the system semantics from informal and often incomplete natural language documents (if, indeed, such a reconstruction is even possible).

In keeping with the proof engineering theme of HCSS 2015, this work aims to engineer maintainable, extensible and reusable proofs via a language design approach. Semantic archaeology is avoided by starting from a semantically-defined language. ReWire is both a computational λ-calculus suitable for writing formal specifications and an expressive functional language and compiler for generating efficient hardware artifacts. With ReWire, the text of a design is verified (rather than a reconstructed model of the design) and the compiler transforms that same design into hardware, thereby unifying the languages of specification, design and implementation. The hypothesis of this work is that this duality will position ReWire to avoid the pitfalls of semantic archaeology without sacrificing performance. To date, our case studies have generated artifacts with acceptable performance.

The research presented here is joint work with Professor Michela Becchi and Ian Graves of the University of Missouri and Dr. Gerard Allwein of the US Naval Research Laboratory.

References

  1. Adam Procter, William L. Harrison, Ian Graves, Michela Becchi, and Gerard Allwein. Seman- tics driven hardware design, implementation, and verification with ReWire (to appear). In ACM SIGPLAN/SIGBED Conference on Languages, Compilers, Tools and Theory for Em- bedded Systems (LCTES15).
  2. Ian Graves, Adam Procter, William Harrison, Michela Becchi, and Gerard Allwein. Hardware synthesis from functional embedded domain-specific languages: A case study in regular ex- pression compilation. In 2015 International Symposium on Applied Reconfigurable Computing (ARC15).
  3. Gerard Allwein and William Harrison. Distributed modal logic. In Information Based Logics (In Honor of J. Michael Dunn) (submitted). Springer Verlag, 2015.
  4. Adam Procter. Semantics-Driven Design and Implementation of High-Assurance Hardware. PhD thesis, University of Missouri, 2014.
  5. Adam Procter, William L. Harrison, Ian Graves, Michela Becchi, and Gerard Allwein. Semantics-directed machine architecture in ReWire. In 2013 International Conf. on Field- Programmable Technology, pages 446–449, 2013.
  6. Gerard Allwein, William Harrison, and David Andrews. Simulation logic. Logic and Logical Philosophy, 23(3):277–299, 2013.
  7. William L. Harrison, Adam Procter, and Gerard Allwein. The confinement problem in the presence of faults. In Proceedings of the 14th International Conference on Formal Engineering Methods, ICFEM’12, pages 182–197, 2012.
  8. William L. Harrison and Adam Procter. Cheap (but functional) threads. 44 pages. Accepted for publication in Higher-Order and Symbolic Computation.
  9. Gerard Allwein and William L. Harrison. Partially-ordered modalities. In Advances in Modal Logic, pages 1–21, 2010.
  10. W. Harrison, A. Procter, J. Agron, G. Kimmel, and G. Allwein. Model-driven engineering from modular monadic semantics: Implementation techniques targeting hardware and software. In DSL ’09: Proc. of the IFIP TC 2 Working Conference on Domain-Specific Languages, pages 20–44, 2009.
  11. W. L. Harrison and James Hook. Achieving information flow security through monadic control of effects. Journal of Computer Security, 17(5):599–653, 2009.

Biography:

Dr William Harrison received his BA in Mathematics from Berkeley in 1986 and his doctorate from the University of Illinois at Urbana-Champaign in 2001 in Computer Science. From 2000-2003, he was a post-doctoral research associate at the Oregon Graduate Institute in Portland, Oregon where he was a member of the Programatica project. Dr Harrison is an associate professor in the Computer Science department at the University of Missouri, where he has been since 2003. In December 2007, he received the CAREER award from the National Science Foundation. His interests include all aspects of programming languages research (e.g., language-based computer security, semantics, design and implemention), formal methods and malware analysis.
 

Tags:
License: CC-2.5
Submitted by Katie Dey on