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.1.tar.gz
sha256=8bdc1b94551d9dc0da81266df6c3f62f241f375ebd105513c0f0e8cbdf074512

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