projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6f17f
)
add --cpu=libresoc to Makefile
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 13 Aug 2020 23:18:03 +0000
(16:18 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 13 Aug 2020 23:18:03 +0000
(16:18 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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...