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.16.tar.gz
sha256=c96108ca40739b67affd3da542df3a70e2e036762755ce0e4feb8aa9820e3248

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"
  2. coq >= "8.14.0" & <= "8.17.1"

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. sail != version