Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# QEMU OpenTitan README

QEMU is a generic and open source machine & userspace emulator and
virtualizer.
QEMU is a generic and open source machine & userspace emulator and virtualizer.

QEMU is capable of emulating a complete machine in software without any
need for hardware virtualization support. By using dynamic translation,
it achieves very good performance.
QEMU is capable of emulating a complete machine in software without any need for hardware
virtualization support. By using dynamic translation, it achieves very good performance.

This repository is a fork of QEMU dedicated to support Ibex and OpenTitan
platforms.
This branch contains a fork of QEMU 8.0.2 dedicated to support lowRISC Ibex platforms:
* OpenTitan Darjeeling with FPGA "Bergen Board" CW310 memory map.

See [ot_ref.log](hw/opentitan/ot_ref.log) for OpenTitan reference.

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

Expand Down
5 changes: 3 additions & 2 deletions hw/opentitan/ot_ref.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This implementation is based on the following OpenTitan RTL version:
GIT_REPOS="https://github.com/lowRISC/opentitan"

# This is EarlGrey-M2.5.2-RC0
GIT_COMMIT="21ce4e9761abdf5c919b46e5ae64a5a8e24992f7"
# This is Darjeeling
# Darjeeling definition being an active WIP, reference is not yet tracked
GIT_COMMIT="integrated_dev"