svanalysis and pywriter now command-line scripts
[soc.git] / Makefile
index 45a42132a5042f5e6a775995848f8d69631cd761..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