projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7015b5
)
svanalysis and pywriter now command-line scripts
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 23 Apr 2021 15:47:05 +0000
(16:47 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 23 Apr 2021 15:47:05 +0000
(16:47 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 45a42132a5042f5e6a775995848f8d69631cd761..909a463a0d605f97d2c931c5e65015ca1d1b1406 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-13,11
+13,13
@@
mkpinmux:
install: gitupdate develop mkpinmux svanalysis
+# this is now actually part of openpower-isa repository
pywriter:
- py
thon3 src/soc/decoder/pseudo/pywriter.py
+ py
writer
+# this is now actually part of openpower-isa repository
svanalysis:
- python3 libreriscv/openpower/sv_analysis.py
+ svanalysis
develop:
python3 setup.py develop # yes, develop, not install