projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09ca589
)
running the simulator works!
author
Jacob Lifshay
<programmerjake@gmail.com>
Fri, 14 Aug 2020 04:22:01 +0000
(21:22 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Fri, 14 Aug 2020 04:22:01 +0000
(21:22 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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