Skip to content

Commit 114e78a

Browse files
committed
Change README links to reflect repo moves
1 parent 21ff25b commit 114e78a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
This repository contains the specification for the [CHERIoT](https://cheriot.org) ISA.
44
It consists of a document written in [latex](/archdoc) which includes excerpts of the [reference model](/src) written in [Sail](http://github.com/rems-project/sail).
5-
The [current draft architecture document](https://microsoft.github.io/cheriot-sail/cheriot-architecture.pdf) built from this repository contains a full description of the ISA and its intended use by [CHERIoT RTOS](https://github.com/microsoft/cheriot-rtos/).
6-
The Sail code is used to build an instruction set simulator which is included in the [CHERIoT RTOS dev container](https://github.com/microsoft/cheriot-rtos/blob/main/docs/GettingStarted.md).
5+
The [current draft architecture document](https://cheriot.org/cheriot-sail/cheriot-architecture.pdf) built from this repository contains a full description of the ISA and its intended use by [CHERIoT RTOS](https://github.com/CHERIoT-Platform/cheriot-rtos/).
6+
The Sail code is used to build an instruction set simulator which is included in the [CHERIoT RTOS dev container](https://github.com/CHERIoT-Platform/cheriot-rtos/blob/main/docs/GettingStarted.md).
77
It can also be used to prove [properties](properties) of the ISA using Sail's SMT support.
88

99
The architecture is based on the [CHERI specification](https://github.com/CTSRD-CHERI/cheri-specification).
1010
The code is derived from [sail-cheri-riscv](http://github.com/CTSRD-CHERI/sail-cheri-riscv) and uses [sail-riscv](http://github.com/rems-project/sail-riscv) as a submodule.
1111

1212
# Building
1313

14-
The easiest way to use the emulator is to use the dev container for the CHERIoT RTOS as described in the [getting started guide](https://github.com/microsoft/cheriot-rtos/blob/main/docs/GettingStarted.md).
14+
The easiest way to use the emulator is to use the dev container for the CHERIoT RTOS as described in the [getting started guide](https://github.com/CHERIoT-Platform/cheriot-rtos/blob/main/docs/GettingStarted.md).
1515

1616
Alternatively, if you wish to build from source you must first install dependencies, including Sail. For example, on Ubuntu 20.04 we have tested:
1717

@@ -25,7 +25,7 @@ opam install sail
2525
Then clone the repo:
2626

2727
```
28-
git clone --recurse-submodules https://github.com/microsoft/cheriot-sail
28+
git clone --recurse-submodules https://github.com/CHERIoT-Platform/cheriot-sail
2929
cd cheriot-sail
3030
```
3131

0 commit comments

Comments
 (0)