Skip to content

Commit

Permalink
doc: Some cleanup and improvements (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 authored Jul 6, 2024
1 parent f3c2c70 commit 8c38f78
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
CHS_ROOT ?= $(shell pwd)
BENDER ?= bender -d $(CHS_ROOT)

all:

include cheshire.mk

# Inside the repo, forward (prefixed) all, nonfree, and clean targets
Expand Down
1 change: 0 additions & 1 deletion docs/gs.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ To build different parts of Cheshire, run `make` followed by these targets:
- `hw-all`: generated hardware, including IPs and boot ROM
- `sw-all`: software running on our hardware
- `sim-all`(†): scripts and external models for simulation
- `xilinx-all`: scripts for Xilinx FPGA implementation

*`sim-all` will download externally provided peripheral simulation models, some proprietary and with non-free license terms, from their publically accessible sources; see `Makefile` for details. By running `sim-all` or the default target `all`, you accept this.*

Expand Down
14 changes: 7 additions & 7 deletions docs/img/arch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/tg/integr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Cheshire is designed to be *highly configurable* and provide host and interconnect infrastructure for systems on various scales. Examples of SoCs integrating Cheshire as a host are:

- [Iguana](https://github.com/pulp-platform/iguana), an minimal end-to-end open-source Linux-capable SoC built with open tools.
- [Basilisk](https://github.com/pulp-platform/cheshire-ihp130-o), an minimal end-to-end open-source Linux-capable SoC built with open tools.
- [Carfield](https://github.com/pulp-platform/carfield), a mixed-criticality SoC targeting the automotive domain.

## Using Cheshire In Your Project
Expand Down

0 comments on commit 8c38f78

Please sign in to comment.