package coq-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.19.tar.gz
sha256=b98cced0281c23d0d251ab830412f4dca9b92e3f53d3cd589ba09655f8d01bd6

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 (2)

  1. coq-stdpp-bitvector >= "1.10.0" & <= "1.11.0"
  2. coq >= "8.18" & < "9.1~"

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. sail != version
Rocq

Interactive Theorem Prover