Added detail about PowerISA and SVP64 binaries
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 29 Jun 2022 20:22:41 +0000 (21:22 +0100)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 29 Jun 2022 20:22:41 +0000 (21:22 +0100)
docs/pypowersim.mdwn

index 65189503634391db59ef0c9f7ed5908a990e0079..d27b12811cf0df2fbd7a8e2c465e5898fb7db2f8 100644 (file)
@@ -17,13 +17,14 @@ succesfully, you need to dump the memory contents and inspect them.
 ## 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