Skip to content

Commit

Permalink
docs: More work on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alex96295 committed Jan 5, 2024
1 parent ac607d3 commit 8464418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/um/arch.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ critical and non-critical applications. Key features to achieve this are:
* A virtualization layer, which allows the system to accommodate the execution of multiple OSs,
including rich, Unix-like OSs and Real-Time OSs (RTOS), coexisting on the same HW.
* Spatial and temporal partitioning of resources: AXI matrix crossbar
([AXI-REALM]([AXI-REALM](https://arxiv.org/abs/2311.09662)), LLC, TLB, and a `physical tagger`
in front of the cores to mark partitions by acting directly on the physical address space
([AXI-REALM](https://arxiv.org/abs/2311.09662)), LLC, TLB, and a `physical tagger` in front of
the cores to mark partitions by acting directly on the physical address space
* Runtime configurable data/instruction cache and SPM
* Fast interrupt handling, with optional interrupt routing through the RISC-V fast interrupt
controller CLIC,
Expand Down
2 changes: 1 addition & 1 deletion docs/um/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The *user manual* provides detailed reference information on Carfield:

- [Architecture](arch/arch.md): Describes the hardware design, features, configuration and memory
- [Architecture](arch.md): Describes the hardware design, features, configuration and memory
map of Carfield.
- [Software Stack](sw.md): Describes how to run code on Carfield and its heterogeneous software
stack.

0 comments on commit 8464418

Please sign in to comment.