Skip to content

Commit

Permalink
Initial updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rpsene authored Jan 5, 2024
1 parent 1a40816 commit 49c4de4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions readme.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
= RISC-V Specification Template
= RISC-V Cheri Specification

This repository serves as a blueprint for creating GitHub repositories within the RISC-V organization for the purpose of developing specifications. The template aims to facilitate and standardize the process of specification development.

NOTE: If you are viewing this in a specification repository, kindly update the title for this section and provide an introduction relevant to your repository.
This repository contains the CHERI extension specification, adding hardware capabilities to RISC-V ISA to enable fine-grained memory protection and scalable compartmentalization.

== License

Expand All @@ -26,7 +24,7 @@ To build the document, you'll need the following tools installed on your system:

=== Cloning the Repository

`git clone --recurse-submodules https://github.com/riscv/docs-spec-template.git`
`git clone --recurse-submodules https://github.com/riscv/riscv-cheri.git`

=== Building the Documentation

Expand Down

0 comments on commit 49c4de4

Please sign in to comment.