From: Luke Kenneth Casson Leighton Date: Sun, 22 Aug 2021 09:43:26 +0000 (+0100) Subject: remove svanalysis from Makefile, it is now part of openpower-isa X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=cb49428fe0347ec2a939f884e8fe3e5d2b1eae21 remove svanalysis from Makefile, it is now part of openpower-isa --- diff --git a/Makefile b/Makefile index 909a463a..3d4ea62d 100644 --- a/Makefile +++ b/Makefile @@ -11,15 +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: - pywriter + echo "pywriter is part of openpower-isa, run that instead" # this is now actually part of openpower-isa repository svanalysis: - svanalysis + echo "sv_analysis is part of openpower-isa, run that instead" develop: python3 setup.py develop # yes, develop, not install