Collect styles from the tuple
[soc.git] / Makefile
index 80d96801d357760ed43586ac470ad05b4bef9376..2228b2c6559b3a5fb21e6e5d9e32da3595675c3f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@ install:
        python3 src/soc/decoder/pseudo/pywriter.py
 
 run_sim: install
-       # TODO: get it to work
-       python3 src/soc/litex/florent/sim.py
+       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
        python3 setup.py test # could just run nosetest3...