workaround for bug in dcache where the r1.req waiting to be deployed
[soc.git] / Makefile
index 45a42132a5042f5e6a775995848f8d69631cd761..3d4ea62db5a779f896d1f59665014783681f0523 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,13 +11,15 @@ mkpinmux:
        cp pinmux/ls180/ls180_pins.py src/soc/debug
        cp pinmux/ls180/ls180_pins.py src/soc/litex/florent/libresoc
 
-install: gitupdate develop mkpinmux svanalysis
+install: gitupdate develop mkpinmux
 
+# this is now actually part of openpower-isa repository
 pywriter:
-       python3 src/soc/decoder/pseudo/pywriter.py
+       echo "pywriter is part of openpower-isa, run that instead"
 
+# this is now actually part of openpower-isa repository
 svanalysis:
-       python3 libreriscv/openpower/sv_analysis.py
+       echo "sv_analysis is part of openpower-isa, run that instead"
 
 develop:
        python3 setup.py develop # yes, develop, not install