libsail
  1. Overview
  2. Docs
Sail is a language for describing the instruction semantics of processors

Install

Authors

Maintainers

Sources

sail-0.15.tbz
sha256=6849fb16af6a3a1f70a9202ceffeb91f0d5afe0dc403d7a29b42b065dc3510fb
sha512=64219a4824c428798937f1f2b3d4e8c7b2ff0cb3a835e82a7e98b6c337d16f7496d0f94cb7c65f2c74089a53598e6df04624485f1db0c1ca11ba8fc9dea281d6

Description

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/.

Published: 08 Dec 2022

Dependencies (10)

  1. pprint
  2. yojson >= "1.6.0"
  3. conf-zlib
  4. conf-gmp
  5. linksem >= "0.3"
  6. lem >= "2018-12-14"
  7. ott >= "0.28" & build
  8. menhir build & >= "20180523"
  9. dune-site >= "3.0.2"
  10. dune >= "3.0"

Dev Dependencies (1)

  1. odoc with-doc

Conflicts

None