From 2a9f3d9dbcd08dc64949a0c6424ad20a4f81ba20 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Mon, 29 Jan 2024 14:05:03 -0800 Subject: [PATCH] Add a link to the latest spec to the README --- readme.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.adoc b/readme.adoc index 1018f0f0..14c054ee 100644 --- a/readme.adoc +++ b/readme.adoc @@ -2,6 +2,8 @@ This repository contains the CHERI extension specification, adding hardware capabilities to the RISC-V ISA to enable fine-grained memory protection and scalable compartmentalization. +The latest draft HTML version can be accessed at https://riscv.github.io/riscv-cheri and the latest PDF snapshot can be downloaded from https://github.com/riscv/riscv-cheri/releases. + == License This work is licensed under a Creative Commons Attribution 4.0 International License (CC-BY-4.0). For details, see the link:LICENSE[LICENSE] file.