From 09ca589eff0e4df21d47ef04d6cde021b1c10153 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 13 Aug 2020 16:18:03 -0700 Subject: [PATCH] add --cpu=libresoc to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... -- 2.30.2