Fixed description error
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 28 Jun 2022 21:44:48 +0000 (22:44 +0100)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 28 Jun 2022 21:44:48 +0000 (22:44 +0100)
docs/pypowersim.mdwn

index f094c2c2cd0f1f73109ff81c84fc5d650235f47f..65189503634391db59ef0c9f7ed5908a990e0079 100644 (file)
@@ -14,15 +14,13 @@ Audio/Video CODECs (such as MP3).
 succesfully, you need to dump the memory contents and inspect them.
 
 
-## Pypowersim
+## Pypowersim - PowerISA Simulator
 
-**NOTE**: This is a basic description, as the author has not studied or used
-the simulator in great detail.
-
-Pypowersim is a Python script containing useful functions for PowerISA testing.
-Assembler code written in SV is decoded by a given ISA class instance, and a
+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.
+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:
@@ -33,7 +31,7 @@ no arguments to get the help message:
 
 ### About
 
-The tests consist of running the "pypowersim" tool with several input arg's:
+The tests consist of running Pypowersim with several input arg's:
 
 * ".gpr" text file for initialising the General Purpose (integer) Registers
 * ".spr" text file for initialising the Special Purpose Registers