Skip to content

Commit 42f76f4

Browse files
Remove the Ibex example system (#272)
1 parent 7f3bb9f commit 42f76f4

38 files changed

+14
-3903
lines changed

doc/02_user/examples.rst

+14-10
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,20 @@
33
Examples
44
========
55

6-
To make use of Ibex it has to be integrated as described in :ref:`core-integration`.
6+
To make use of CVE2 please review the :ref:`core-integration` section of this document.
7+
The CVE2 is simple enough to integrate into your own platform.
8+
To get you started, we suggest a couple of very useful open-source platforms.
79

8-
FPGA
9-
----
10+
Ibex Minimal System
11+
-------------------
1012

11-
A minimal example for the `Arty A7 <https://reference.digilentinc.com/reference/programmable-logic/arty-a7/start>`_ FPGA Development board is provided.
12-
In this example Ibex is directly linked to a SRAM memory instance.
13-
Four LEDs from the board are connected to the data bus and are updated each time when a word is written.
14-
The memory is separated into a instruction and data section.
15-
The instructions memory is initialized at synthesis time by reading the output from the software build.
16-
The software writes to the data section the complementary lower for bits of a word every second resulting in blinking LEDs.
13+
A minimal example for the `Arty A7 <https://reference.digilentinc.com/reference/programmable-logic/arty-a7/start>`_ FPGA Development board developed for Ibex should be portable to the CVE2 without significant effort.
14+
If you are interested in using the Ibex minimal example, it can be found `here <https://github.com/lowRISC/ibex/tree/master/examples/simple_system>`_.
15+
16+
X-HEEP
17+
------
18+
19+
The CV32E20 (a specific configuration of the CVE2) has been integrated into the `X-HEEP <https://github.com/esl-epfl/x-heep/tree/main>`_ (eXtendable Heterogeneous Energy-Efficient Platform).
20+
X-HEEP is a RISC-V microcontroller implemented in SystemVerilog that can be configured to integrate a number of CORE-V processors.
21+
X-HEEP provides a simple customizable MCU to get you up and running quickly.
1722

18-
Find the description of how to build and program the Arty board in ``examples/fpga/artya7/README.md``.

examples/fpga/artya7/README.md

-95
This file was deleted.

0 commit comments

Comments
 (0)