add LoadStore State enum
[soc.git] / Makefile
index 8412997a74c3d17be68fc35c703947a8119dc367..909a463a0d605f97d2c931c5e65015ca1d1b1406 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,11 +13,13 @@ mkpinmux:
 
 install: gitupdate develop mkpinmux svanalysis
 
+# this is now actually part of openpower-isa repository
 pywriter:
-       python3 src/soc/decoder/pseudo/pywriter.py
+       pywriter
 
+# this is now actually part of openpower-isa repository
 svanalysis:
-       python3 libreriscv/openpower/sv_analysis.py
+       svanalysis
 
 develop:
        python3 setup.py develop # yes, develop, not install
@@ -66,6 +68,9 @@ ls180_4ksram_verilog_build: ls180_4k_verilog
 test: install
        python3 setup.py test # could just run nosetest3...
 
+pypiupload:
+       $(PYTHON3) setup.py sdist upload
+
 # Minimal makefile for Sphinx documentation
 #