Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ QEMU is capable of emulating a complete machine in software without any need for
virtualization support. By using dynamic translation, it achieves very good performance.

This branch contains a fork of QEMU 10.1.0 dedicated to support lowRISC Ibex platforms:
* [OpenTitan](https://opentitan.org) [EarlGrey](docs/opentitan/earlgrey.md), based on
* [OpenTitan](https://opentitan.org) [EarlGrey](docs/opentitan/ot_earlgrey.md), based on
[1.0.0](https://github.com/lowRISC/opentitan/tree/earlgrey_1.0.0).
* [OpenTitan](https://opentitan.org) [Darjeeling](docs/opentitan/darjeeling.md), based on
* [OpenTitan](https://opentitan.org) [Darjeeling](docs/opentitan/ot_darjeeling.md), based on
[development version](https://github.com/lowRISC/opentitan/tree/master).
* [lowRISC](https://github.com/lowRISC/ibex-demo-system) [IbexDemo](ibexdemo.md).
* [lowRISC](https://github.com/lowRISC/ibex-demo-system) [IbexDemo](docs/opentitan/ibexdemo.md).

See [installation instructions](docs/opentitan/index.md)

Expand Down
Loading