Skip to content

Commit

Permalink
src: Add index and introduction of xlmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
XuZitai committed Jun 26, 2024
1 parent f4f7e80 commit 42afcea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Welcome to Nuclei Tool User Guide!
toolchain/index.rst
openocd/index.rst
qemu/index.rst
xlmodel/index.rst
changelog.rst
glossary.rst
appendix.rst
Expand Down
5 changes: 4 additions & 1 deletion source/overview/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Introduction
============

This user guide mainly talked about how to use Nuclei Development Tools, including
Nuclei Studio IDE, Nuclei RISC-V Toolchain, Nuclei OpenOCD and Nuclei QEMU.
Nuclei Studio IDE, Nuclei RISC-V Toolchain, Nuclei OpenOCD, Nuclei QEMU and Nuclei Model.

**Nuclei Studio IDE** is built on Eclipse Embedded CDT plugins, mainly optimized for
Nuclei RISC-V Processor to improve user experience in IDE.
Expand All @@ -19,6 +19,9 @@ customized csr support, nuclei openocd flashloader support.
**Nuclei QEMU** is built on QEMU project, adding Nuclei N/NX/UX RISC-V processor support,
which works with Nuclei SDK and Nuclei Linux SDK.

**Nuclei Model** uses spike as the RISC-V ISA simulator and adds support for Nuclei's N/NX/UX RISC-V processors,
it supports near cycle-level simulation and SystemC TLM 2.0 Nuclei EvalSoC modeling.

.. note::

To get a pdf version of this documentation, please click `Nuclei Development Tool User Guide`_
Expand Down

0 comments on commit 42afcea

Please sign in to comment.