From 4d0d061035f73ebb249893c56d24f288c9455e84 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 13 Aug 2020 21:22:01 -0700 Subject: [PATCH] running the simulator works! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1df83c53..2228b2c6 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ install: python3 src/soc/decoder/pseudo/pywriter.py run_sim: install - # TODO: get it to work + python3 src/soc/simple/issuer_verilog.py src/soc/litex/florent/libresoc/libresoc.v python3 src/soc/litex/florent/sim.py --cpu=libresoc test: install -- 2.30.2