From: Luke Kenneth Casson Leighton Date: Mon, 29 Mar 2021 17:31:11 +0000 (+0100) Subject: remove "install" from run_sim dependency in Makefile X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=39a83b14bf1b103fd0c5f8a57ee809882f76c0d6 remove "install" from run_sim dependency in Makefile --- diff --git a/Makefile b/Makefile index 20fe4921..90d96219 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ develop: python3 setup.py develop # yes, develop, not install python3 src/soc/decoder/pseudo/pywriter.py -run_sim: install +run_sim: python3 src/soc/simple/issuer_verilog.py --disable-svp64\ src/soc/litex/florent/libresoc/libresoc.v python3 src/soc/litex/florent/sim.py --cpu=libresoc