From d319d5521d5200b53f412ed1c9379b7216b1d888 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 23 Jul 2022 14:19:17 +0100 Subject: [PATCH] --- docs/pypowersim.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/pypowersim.mdwn b/docs/pypowersim.mdwn index d6950b97c..b5d3d19ee 100644 --- a/docs/pypowersim.mdwn +++ b/docs/pypowersim.mdwn @@ -15,7 +15,8 @@ to demonstrate pypowersim's functionality. Other examples also exist: * [basic scalar integer](https://git.libre-soc.org/?p=openpower-isa.git;a=tree;f=src/test/basic_pypowersim;hb=HEAD) * [basic scalar FP](https://git.libre-soc.org/?p=openpower-isa.git;a=tree;f=src/test/basic_pypowersim_fp;hb=HEAD) -**Note 1:** There's no GUI, UART, or console. To check that the tests ran +**Note 1:** This is a bare-metal simulator. +There's no GUI, UART, or console. To check that the tests ran succesfully, you need to dump the memory contents and inspect the output. **Note 2:** pypowersim is designed for ease-of-understanding of the Power @@ -29,7 +30,8 @@ at 4.8 ghz is only capable of 2,500 instructions per second. # Pypowersim - PowerISA Simulator -Pypowersim is a PowerISA simulator written in Python. +Pypowersim is a PowerISA simulator written in Python. It includes +the exact same RADIX MMU support as Microwatt. PowerISA binaries are decoded by an [ISA class instance](https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/decoder/isa/caller.py;hb=HEAD). ISACaller utilises compiled machine-readable Power ISA 3.0 -- 2.30.2