From: Jacob Lifshay Date: Thu, 13 Aug 2020 23:18:03 +0000 (-0700) Subject: add --cpu=libresoc to Makefile X-Git-Tag: semi_working_ecp5~362 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=09ca589eff0e4df21d47ef04d6cde021b1c10153 add --cpu=libresoc to Makefile --- diff --git a/Makefile b/Makefile index 80d96801..1df83c53 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ install: run_sim: install # TODO: get it to work - python3 src/soc/litex/florent/sim.py + python3 src/soc/litex/florent/sim.py --cpu=libresoc test: install python3 setup.py test # could just run nosetest3...