(no commit message)
authorlkcl <lkcl@web>
Sat, 23 Jul 2022 13:19:17 +0000 (14:19 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 23 Jul 2022 13:19:17 +0000 (14:19 +0100)
docs/pypowersim.mdwn

index d6950b97cf41e42aa652c50432cc20692c8b4ef1..b5d3d19ee2da8447a02ae16afa592ec33cbe388f 100644 (file)
@@ -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