From: Jacob Lifshay Date: Fri, 14 Aug 2020 04:22:01 +0000 (-0700) Subject: running the simulator works! X-Git-Tag: semi_working_ecp5~361 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=4d0d061035f73ebb249893c56d24f288c9455e84 running the simulator works! --- 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