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.20.tar.gz
sha256=a1d1449539eedefa7b3d88e8455ad8131bb74a3c1a3776fe76270da6777ee0c1

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. coq-stdpp-bitvector >= "1.10.0" & <= "1.12.0"
  2. coq >= "8.18" & < "9.1~"
  3. dune >= "3.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts (1)

  1. sail != version
Rocq

Interactive Theorem Prover