Skip to content

Commit e4d71e4

Browse files
torj9ndavidchisnall
authored andcommitted
Changed ReNode to Renode per request from Ant Micro
1 parent 9b8cd31 commit e4d71e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_posts/2025-03-17-mpact_cheriot.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,16 +360,16 @@ type.
360360

361361
There are two ISS versions provided. One is a standalone CHERIoT simulator, the
362362
other is a dynamic library that implements an interface that allows it to be
363-
imported, instantiated, and used as a CPU in ReNode [^10] system simulations.
364-
ReNode is a development environment that allows you to run full unmodified
363+
imported, instantiated, and used as a CPU in Renode [^10] system simulations.
364+
Renode is a development environment that allows you to run full unmodified
365365
software on a model of a full system. Applications running on systems are often
366366
distributed across a number of processors, whether on a single SoC or across
367367
chip boundaries, and access a number of peripherals and memories across the
368368
system. Being able to develop, run, and debug the full software pre-silicon on a
369369
simulated platform brings with it the same benefits as developing software for a
370370
single core using an ISS in terms of visibility, debuggability, and fan-out.
371371

372-
ReNode provides debugging facilities and visibility at the system level and
372+
Renode provides debugging facilities and visibility at the system level and
373373
supports running a GDB server, but of course, only for processors already
374374
supported by GDB. For new architectures, or newly modified architectures, GDB
375375
support is often not available. The dynamic-library version of MPACT-Cheriot
@@ -425,7 +425,7 @@ In summary, MPACT-Cheriot is an open-sourced, fast simulator that has excellent
425425
debug features to support early software development for the new CHERIoT
426426
architecture. It is based on the MPACT-Sim framework which made it easy to
427427
develop and modify to track ISA changes as they occurred. It can be used both
428-
standalone and as part of a ReNode full-system simulation. Its speed and debug
428+
standalone and as part of a Renode full-system simulation. Its speed and debug
429429
features have proven invaluable internally: "What was taking hours to debug now
430430
takes minutes\!".
431431

@@ -449,7 +449,7 @@ takes minutes\!".
449449

450450
[^9]: "Protocol Buffers \- Google's data interchange format", [https://github.com/protocolbuffers/protobuf](https://github.com/protocolbuffers/protobuf).
451451

452-
[^10]: "ReNode", [https://renode.io](https://renode.io).
452+
[^10]: "Renode", [https://renode.io](https://renode.io).
453453

454454
[^11]: "RISC-V Advanced Core Local Interruptor Specification", [https://github.com/riscv/riscv-aclint](https://github.com/riscv/riscv-aclint).
455455

0 commit comments

Comments
 (0)