From cb49428fe0347ec2a939f884e8fe3e5d2b1eae21 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 22 Aug 2021 10:43:26 +0100 Subject: [PATCH] remove svanalysis from Makefile, it is now part of openpower-isa --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2