Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix single-letter typo and add missing flag in index.md #75

Open
wants to merge 2 commits into
base: ot-earlgrey-8.0.2
Choose a base branch
from
Open
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
9 changes: 5 additions & 4 deletions docs/opentitan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ Note: never tested on Windows hosts.
mkdir build
cd build
../configure --target-list=riscv32-softmmu --without-default-features --enable-tcg \
--enable-tools --enable-trace-backends=log [--enable-gtk | --enable-cocoa]
--enable-tools --enable-trace-backends=log \
[--enable-gtk --enable-pixman | --enable-cocoa]
ninja
ninja qemu-img
````

* `--enable-gtk` and `--enable-cococa` are only useful when using a graphical display, such as the
IbexDemo platform. It is mosly useless with the OpenTitan platform.
* `--enable-gtk --enable-pixman` and `--enable-cocoa` are only useful when using a graphical
display, such as the IbexDemo platform. It is mosly useless with the OpenTitan platform.

* `--enable-gtk` should be used on Linux hosts
* `--enable-gtk --enable-pixman` should be used on Linux hosts
* `--enable-cocoa` should be used on macOS hosts

### Useful build options
Expand Down