Skip to content

Commit

Permalink
typofix: spike-impl.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingkai-Li committed Aug 28, 2023
1 parent c1860a8 commit d32cde3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/spike-impl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The relation between the fields of the capability and bits of the compressed cap
[%collapsible]
====
****
The compression mechanism of the `base` and `end` fields is the same as the one used in the compressed capability format of the https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-951.pdf[CHERI-RISC-V ISA].
The compression mechanism of the `base` and `end` fields is the same as the one used in the compressed capability format of the https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-951.pdf[CHERI ISAv8].
****
====

Expand Down Expand Up @@ -66,4 +66,4 @@ The idea of the revocation tree is introduced in our https://www.usenix.org/conf
In the link:#cap-format[compressed capability format], a `node-id` is kept as part of the capability to indicate a node in the revocation tree.
A reference count is maintained for each node in the revocation tree to indicate the number of capabilities that are currently pointing to the node.
`<t` relation is maintained as a partial order on the revocation tree to indicate the revocation order of the capabilities.
A `Insufficient system resources (30)` exception will be raised if the allocation of a new node in the revocation tree fails.
An `Insufficient system resources (30)` exception will be raised if the allocation of a new node in the revocation tree fails.

0 comments on commit d32cde3

Please sign in to comment.