## Pypowersim - PowerISA Simulator
Pypowersim is a PowerISA simulator written and Python.
-PowerISA assembler code is decoded by a given ISA class instance, and a
-simulation is managed cycle by cycle, for instruction and memory debugging.
-Use of QEMU as a co-simulator is also supported for verifying the binaries
-run identically.
-
-To find out about input arg information, run the script with "-h/--help" or
-no arguments to get the help message:
+PowerISA binaries are decoded by a given ISA class instance.
+SVP64 binaries are also supported. Simulation is managed cycle by cycle,
+for instruction and memory debugging.
+Use of QEMU as a co-simulator is also supported for verifying the
+binaries run identically.
+
+To find out about input arg information, run the script with "-h/--help"
+or no arguments to get the help message:
* python3 openpower-isa/src/openpower/decoder/isa/pypowersim.py