running the simulator works!
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 14 Aug 2020 04:22:01 +0000 (21:22 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 14 Aug 2020 04:22:01 +0000 (21:22 -0700)
Makefile

index 1df83c53d67950fc38b6145aded81d7aba02c61b..2228b2c6559b3a5fb21e6e5d9e32da3595675c3f 100644 (file)
--- 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