summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Norton2018-09-21 15:09:08 +0100
committerRobert Norton2018-09-21 15:11:56 +0100
commit2bdc5d09389c8fccd8100c0c07c54b2b8895c76a (patch)
tree62264926985604d5d5e8aed4aa5130d7fed13417 /README.md
parent30e1cdf6aabe611208c50e35058ea18442aa4078 (diff)
Remove cheri and mips specs -- they now have their own repository.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5144d13c..d1a5bc32 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,6 @@ some Sail specifications and related tools.
* The Sail source code (in [src/](src/))
-* A Sail specification of a MIPS ISA (in [mips/](mips/))
-
-* A Sail specification of the CHERI MIPS ISA (in [cheri/](cheri/))
-
* A Sail specification of ARMv8.3-A generated from ARM's publically
released ASL specification (in [aarch64/](aarch64/))
@@ -40,6 +36,9 @@ 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.
+The mips and cheri-mips specifications that used to be here have moved to
+https://github.com/CTSRD-CHERI/sail-cheri-mips .
+
OPAM Installation
=================