add --cpu=libresoc to Makefile
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 13 Aug 2020 23:18:03 +0000 (16:18 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 13 Aug 2020 23:18:03 +0000 (16:18 -0700)
Makefile

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