* [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
# 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