Skip to content

Commit

Permalink
correct README
Browse files Browse the repository at this point in the history
  • Loading branch information
onsdagens committed Oct 12, 2024
1 parent 39591c3 commit eca26b1
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,11 @@ To load and run the created model (`<example>.json`).
cargo run -- -model <example>.json
```

Alternatively, you can run the `mips` example from the `mips` folder.
Alternatively, you can run a pipelined mips model from the mips-lib folder.

```shell
cd mips
cargo run --example mips
```

And consequently run the created model (`mips.json`).

```shell
cd mips # if not already done
cargo run
cd mips-lib
cargo run --release
```

You can also run the examples correspondingly in `vscode`.
Expand Down

0 comments on commit eca26b1

Please sign in to comment.