@@ -360,16 +360,16 @@ type.
360
360
361
361
There are two ISS versions provided. One is a standalone CHERIoT simulator, the
362
362
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
365
365
software on a model of a full system. Applications running on systems are often
366
366
distributed across a number of processors, whether on a single SoC or across
367
367
chip boundaries, and access a number of peripherals and memories across the
368
368
system. Being able to develop, run, and debug the full software pre-silicon on a
369
369
simulated platform brings with it the same benefits as developing software for a
370
370
single core using an ISS in terms of visibility, debuggability, and fan-out.
371
371
372
- ReNode provides debugging facilities and visibility at the system level and
372
+ Renode provides debugging facilities and visibility at the system level and
373
373
supports running a GDB server, but of course, only for processors already
374
374
supported by GDB. For new architectures, or newly modified architectures, GDB
375
375
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
425
425
debug features to support early software development for the new CHERIoT
426
426
architecture. It is based on the MPACT-Sim framework which made it easy to
427
427
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
429
429
features have proven invaluable internally: "What was taking hours to debug now
430
430
takes minutes\! ".
431
431
@@ -449,7 +449,7 @@ takes minutes\!".
449
449
450
450
[ ^ 9 ] : "Protocol Buffers \- Google's data interchange format", [ https://github.com/protocolbuffers/protobuf ] ( https://github.com/protocolbuffers/protobuf ) .
451
451
452
- [ ^ 10 ] : "ReNode ", [ https://renode.io ] ( https://renode.io ) .
452
+ [ ^ 10 ] : "Renode ", [ https://renode.io ] ( https://renode.io ) .
453
453
454
454
[ ^ 11 ] : "RISC-V Advanced Core Local Interruptor Specification", [ https://github.com/riscv/riscv-aclint ] ( https://github.com/riscv/riscv-aclint ) .
455
455
0 commit comments