@@ -360,16 +360,16 @@ type.
360360
361361There are two ISS versions provided. One is a standalone CHERIoT simulator, the
362362other 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
365365software on a model of a full system. Applications running on systems are often
366366distributed across a number of processors, whether on a single SoC or across
367367chip boundaries, and access a number of peripherals and memories across the
368368system. Being able to develop, run, and debug the full software pre-silicon on a
369369simulated platform brings with it the same benefits as developing software for a
370370single 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
373373supports running a GDB server, but of course, only for processors already
374374supported by GDB. For new architectures, or newly modified architectures, GDB
375375support 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
425425debug features to support early software development for the new CHERIoT
426426architecture. It is based on the MPACT-Sim framework which made it easy to
427427develop 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
429429features have proven invaluable internally: "What was taking hours to debug now
430430takes 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