projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
501543b
)
comment out nosetests, add in a few "make" commands needed
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 29 Mar 2021 15:02:39 +0000
(16:02 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 29 Mar 2021 15:02:39 +0000
(16:02 +0100)
hdl-dev-repos-virtualenv
patch
|
blob
|
history
diff --git
a/hdl-dev-repos-virtualenv
b/hdl-dev-repos-virtualenv
index ab287bfabca6e26ee2c928a878d3208cb798b99c..3472ba9e9cd48e486bf1370ca94d7bba61f34655 100755
(executable)
--- a/
hdl-dev-repos-virtualenv
+++ b/
hdl-dev-repos-virtualenv
@@
-21,8
+21,14
@@
git submodule update --init --recursive
python3 setup.py develop
cd ../nmigen-soc
python3 setup.py develop
+
+# soc install
cd ../soc
make gitupdate
python3 setup.py develop
-python src/soc/decoder/pseudo/pywriter.py
-nosetests -v --processes=-1 --process-timeout=120
+make pywriter
+make mkpinmux
+make svanalysis
+
+# comment this out - takes too long. run it manually
+# nosetests -v --processes=-1 --process-timeout=120