Skip to content

Commit

Permalink
[README]: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Nov 20, 2024
1 parent cdf5f5a commit 3b9bf1a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,21 @@ are not empty.


To install the required python packages into your environment and setup dependencies, you can run
```
``` shell
pip install -r requirements.txt

bender checkout

```
If you have all needed dependencies and you want to build the entire Chimera SoC, both RTL and SW, just run

``` shell
make chim-all
```
If you want to build the system step by step, all the necessary make targets are listed below:

To build Cheshire and Snitch run
``` shell
make chs-hw-init
make snitch-hw-init
```
Expand Down

0 comments on commit 3b9bf1a

Please sign in to comment.