diff --git a/README.md b/README.md index 32921b1e..2cafaf3c 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,10 @@ The Ibex repository includes [Simple System](examples/simple_system/README.md). This is an intentionally simple integration of Ibex with a basic system that targets simulation. It is intended to provide an easy way to get bare metal binaries running on Ibex in simulation. -A more complete example can be found in the [Ibex Super System repository](https://github.com/GregAC/ibex_super_system). +A more complete example can be found in the [Ibex Demo System repository](https://github.com/lowrisc/ibex-demo-system). In particular it includes a integration of the [PULP RISC-V debug module](https://github.com/pulp-platform/riscv-dbg). It targets the [Arty A7 FPGA board from Digilent](https://digilent.com/shop/arty-a7-artix-7-fpga-development-board/) and supports debugging via OpenOCD and GDB over USB (no external JTAG probe required). -The Ibex Super System is written by lowRISC but is not an official part of Ibex, nor officially supported by lowRISC. +The Ibex Demo System is maintained by lowRISC but is not an official part of Ibex. ## Contributing