libsailversion Documentation on ocaml.org
Sail is a language for describing the instruction semantics of processors
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/.
| Authors | Alasdair Armstrong, Thomas Bauereiss, Brian Campbell, Shaked Flur, Jonathan French, Kathy Gray, Robert Norton, Christopher Pulte, Peter Sewell and Mark Wassell |
|---|---|
| License | BSD-2-Clause |
| Homepage | https://github.com/rems-project/sail |
| Issue Tracker | https://github.com/rems-project/sail/issues |
| Maintainer | Sail Devs <cl-sail-dev@lists.cam.ac.uk> |
| Dependencies | |
| Source [http] | https://github.com/rems-project/sail/releases/download/0.20.3/sail-0.20.3.tbz sha256=0b223ed83f521ad87eaacd88186390fbaf0b944f63c6a04a3ebdf96a1ff5a60c sha512=83298218175c7a9ff7f0a304021287a2b9c20523cb16e1b8bf0ede81fa8e256a32b309626bc1553a5b46d68e44821524c27a5de0fb2f2d7f013025f61ce76519 |
Required by
- sail>=0.20.3
- sail_c_backend>=0.20.3
- sail_coq_backend>=0.20.3
- sail_doc_backend>=0.20.3
- sail_latex_backend>=0.20.3
- sail_lean_backend>=0.20.3
- sail_lem_backend>=0.20.3
- sail_ocaml_backend>=0.20.3
- sail_output>=0.20.3
- sail_smt_backend>=0.20.3
- sail_sv_backend>=0.20.3


