From 0dd2d556ce833fb8183d1051672065ad1833a063 Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Wed, 29 Jun 2022 21:22:41 +0100 Subject: [PATCH] Added detail about PowerISA and SVP64 binaries --- docs/pypowersim.mdwn | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/pypowersim.mdwn b/docs/pypowersim.mdwn index 651895036..d27b12811 100644 --- a/docs/pypowersim.mdwn +++ b/docs/pypowersim.mdwn @@ -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 -- 2.30.2