Sail is a language for describing the instruction semantics of processors
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/.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Published
08 Dec 2022
Authors
Maintainers
Sources
sail-0.15.tbz
sha256=6849fb16af6a3a1f70a9202ceffeb91f0d5afe0dc403d7a29b42b065dc3510fb
sha512=64219a4824c428798937f1f2b3d4e8c7b2ff0cb3a835e82a7e98b6c337d16f7496d0f94cb7c65f2c74089a53598e6df04624485f1db0c1ca11ba8fc9dea281d6
Dependencies
odoc
with-doc
linenoise
>= "1.1.0"
sail_output
= version & post
sail_latex_backend
= version & post
sail_coq_backend
= version & post
sail_lem_backend
= version & post
sail_smt_backend
= version & post
sail_c_backend
= version & post
sail_ocaml_backend
= version & post
sail_manifest
= version & build
libsail
= version
dune
>= "3.0"
Reverse Dependencies
None
Conflicts
None