package sail

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

Install

Authors

Maintainers

Sources

sail-0.16.tbz
sha256=aa38dbc4236fe8f63a3eede7d8a097adc2bb0992e2198a782ffe339c767e1008
sha512=1c7279cb6db7c01a32ceedce6328886966eee46c25e552a2e69d2f5d201bd98b68c9d409e7a9233a709a09f4895c68b06df985833f6f60c2f201880a74a9e82c

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: 30 Aug 2023

Dependencies (12)

  1. linenoise >= "1.1.0"
  2. sail_output = version & post
  3. sail_doc_backend = version & post
  4. sail_latex_backend = version & post
  5. sail_coq_backend = version & post
  6. sail_lem_backend = version & post
  7. sail_smt_backend = version & post
  8. sail_c_backend = version & post
  9. sail_ocaml_backend = version & post
  10. sail_manifest = version & build
  11. libsail = version
  12. dune >= "3.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None