package coq-sail

  1. Overview
  2. No Docs
Support library for Sail, a language for describing the instruction semantics of processors

Install

Dune Dependency

Authors

Maintainers

Sources

0.17.1.tar.gz
sha256=c7da051ccae164f4e5725dadb331cb33e0d1a2947e7f2d786e8e756df2ab77d0

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-bbv >= "1.3" & <= "1.4"
  2. coq >= "8.14.0" & < "8.19"

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. sail != version