X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=909a463a0d605f97d2c931c5e65015ca1d1b1406;hb=ffb6288f0245772b7fb24e1d2564fa9a6c7e7f44;hp=45a42132a5042f5e6a775995848f8d69631cd761;hpb=c7015b528529eace2bf75c817edb93905ae1bbf2;p=soc.git diff --git a/Makefile b/Makefile index 45a42132..909a463a 100644 --- 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