update README
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 23 Apr 2021 18:03:45 +0000 (19:03 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 23 Apr 2021 18:03:45 +0000 (19:03 +0100)
Makefile
README.md

index 241bd63edf9d2be6f7050b137907826de558f7da..476773317b240b0756a42a983bd758fa602fd0ab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PYTHON3 ?= "python3"
 
-.PHONY: help Makefile gitupdate svanalysis test htmlupload pypiuload pywriter
+.PHONY: help Makefile gitupdate svanalysis test htmlupload pypiupload pywriter
 
 gitupdate:
        git submodule init
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..16d27b59239e1c356db05d058454b3e421df8156 100644 (file)
--- a/README.md
+++ b/README.md
@@ -0,0 +1,14 @@
+# OpenPOWER ISA resources
+
+OpenPOWER ISA resources, including a python-based simulator.
+Includes machine-readable versions of the OpenPOWER v3.0B 
+specification, from which the python-based simulator is
+compiled (python-ply) into python.  Additional languages
+(c, c++) are planned.
+
+# Installation
+
+    python setup.py develop
+    make svanalysis
+    make pywriter
+