From: Luke Kenneth Casson Leighton Date: Fri, 23 Apr 2021 15:47:05 +0000 (+0100) Subject: svanalysis and pywriter now command-line scripts X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=ffb6288f0245772b7fb24e1d2564fa9a6c7e7f44 svanalysis and pywriter now command-line scripts --- 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