aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPrashanth Mundkur <prashanth.mundkur@gmail.com>2018-11-30 11:15:22 -0800
committerPrashanth Mundkur <prashanth.mundkur@gmail.com>2018-11-30 11:16:09 -0800
commitfd697aa3f88d441b39276b7545d3b599652db574 (patch)
treefef137dd7622fc9eae854c234d8d73dc0884a413 /README.md
parent5cae951f65118398c250331c18c81558e567b7a7 (diff)
downloadsail-riscv-fd697aa3f88d441b39276b7545d3b599652db574.zip
sail-riscv-fd697aa3f88d441b39276b7545d3b599652db574.tar.gz
sail-riscv-fd697aa3f88d441b39276b7545d3b599652db574.tar.bz2
Mention a brief current status in readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a9ae92d..fa97fc1 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,9 @@ This repository contains a model of the RISCV architecture written in
[Sail](https://www.cl.cam.ac.uk/~pes20/sail/). It used to be contained
in the [Sail repository](https://github.com/rems-project/sail).
+It currently implements enough of RV64IMAC to boot a conventional OS
+with a terminal output device. Work on a 32-bit model is ongoing.
+
Building the model:
-------------------