package rocq-sail-stdpp

  1. Overview
  2. Doc
Support library for Sail, a language for describing the instruction semantics of processors, using stdpp bitvectors

Install

Dune Dependency

Authors

Maintainers

Sources

0.20.2-rocq.tar.gz
sha512=e7d560904e88909fbbf53d865a790048f5a198020742a03f8982869b8c72483c600f556056826f37dc3902e17828a7266ac133dfe2f3f791b328c39bcc8f8995

Description

The support library for instruction-set semantics generated from Sail. Sail is a language for describing the instruction-set architecture (ISA) semantics of processors. Sail aims to provide a engineer-friendly, vendor-pseudocode-like language for describing instruction semantics. It is essentially a first-order imperative language, but with lightweight dependent typing for numeric types and bitvector lengths, which are automatically checked using Z3. It has been used for several papers, available from http://www.cl.cam.ac.uk/~pes20/sail/. The Sail tool can be found in main opam repository.

Dependencies (3)

  1. rocq-stdpp-bitvector >= "1.13.0" & < "1.14.0~"
  2. rocq-core >= "9.0" & < "9.3~"
  3. dune >= "3.21"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts (1)

  1. sail != version
Rocq

Interactive Theorem Prover