Skip to content

Commit

Permalink
Merge pull request #93 from Spooky-Firefox/mips-pipe
Browse files Browse the repository at this point in the history
added a Mips pipe model to mips-lib
  • Loading branch information
onsdagens authored Oct 12, 2024
2 parents f595f09 + da54b72 commit 5b1d7e5
Show file tree
Hide file tree
Showing 12 changed files with 2,834 additions and 157 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ To load and run the created model (`<example>.json`).
cargo run -- -model <example>.json
```

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

```shell
cd mips-lib
cargo run
cargo run --release
```

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

0 comments on commit 5b1d7e5

Please sign in to comment.