diff options
| author | Peter Sewell | 2018-05-12 08:54:12 +0100 |
|---|---|---|
| committer | Peter Sewell | 2018-05-12 08:54:12 +0100 |
| commit | 6368f7fea326340ffd1c2b6e3ff3bcdccdeb9cec (patch) | |
| tree | 1aa1bf7b2cef0bb303bd2bc525dd1e3d2a47060b | |
| parent | 7bda99ec25b8866ebd56487f49bce66a37c69a8d (diff) | |
add -A
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -23,7 +23,7 @@ some Sail specifications and related tools. * A Sail specification of the CHERI MIPS ISA (in [cheri/](cheri/)) -* A Sail specification of ARMv8.3 generated from ARM's publically +* A Sail specification of ARMv8.3-A generated from ARM's publically released ASL specification (in [aarch64/](aarch64/)) * Generated Isabelle snapshots of the above ISAs in [snapshots/isabelle](snapshots/isabelle) @@ -36,16 +36,10 @@ some Sail specifications and related tools. * A test suite for Sail (in [test/](test/)) We also have versions of IBM POWER, a fragment of x86, and a -hand-written fragment of ARM, but these are currently not up-to-date +hand-written fragment of ARMv8-A, but these are currently not up-to-date with the latest version of Sail, which is the (default) sail2 branch on Github. -Building -======== - -See [INSTALL.md](INSTALL.md) for full details of how to build Sail from source -with all the required dependencies. - OPAM Installation ================= @@ -53,6 +47,12 @@ See the following Sail [wiki page](https://github.com/rems-project/sail/wiki/OPAMInstall) for how to get pre-built binaries of Sail using OPAM. +Building +======== + +See [INSTALL.md](INSTALL.md) for full details of how to build Sail from source +with all the required dependencies. + Emacs Mode ========== |
