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:
6803a69
)
hdl-dev-repos: introduce mdis dependency
author
Dmitry Selyutin
<ghostmansd@gmail.com>
Wed, 21 Jun 2023 21:37:14 +0000
(
00:37
+0300)
committer
Dmitry Selyutin
<ghostmansd@gmail.com>
Wed, 21 Jun 2023 21:37:14 +0000
(
00:37
+0300)
hdl-dev-repos
patch
|
blob
|
history
diff --git
a/hdl-dev-repos
b/hdl-dev-repos
index 0cb3c1b7147b7d7963565831156e15e228222cf2..ef047e6db3c9436c91d657f669fb76c28056c562 100755
(executable)
--- a/
hdl-dev-repos
+++ b/
hdl-dev-repos
@@
-19,6
+19,7
@@
git clone https://gitlab.com/nmigen/nmigen-soc.git
git clone https://gitlab.com/nmigen/nmigen-stdio.git
git clone https://git.libre-soc.org/git/soc.git
git clone https://git.libre-soc.org/git/pytest-output-to-files.git
+git clone https://git.libre-soc.org/git/mdis.git
'
# pytest
@@
-90,6
+91,9
@@
git checkout d96f737c0a53dde983
cd ..
make mkpinmux
+cd ../mdis
+python3 setup.py develop
+
cd ../
chown -R $SUDO_USER .
chgrp -R $SUDO_USER .