replace github download of nmigen with libre-soc.
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 13 Nov 2021 17:31:44 +0000 (17:31 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 13 Nov 2021 17:31:44 +0000 (17:31 +0000)
add nmigen-boards

hdl-dev-repos
hdl-dev-repos-virtualenv

index d1751d2f68516575ab191c743b69635b053e47e0..cbc6f219ed44453a85cbc765e1977d4966e6bd38 100755 (executable)
@@ -8,7 +8,8 @@ runuser $SUDO_USER --preserve-environment -c '
 cd /home/$SUDO_USER
 mkdir -p src
 cd src
-git clone https://github.com/nmigen/nmigen.git
+git clone https://git.libre-soc.org/git/nmigen-boards.git
+git clone https://git.libre-soc.org/git/nmigen.git
 git clone https://git.libre-soc.org/git/c4m-jtag.git
 git clone https://git.libre-soc.org/git/nmutil.git
 git clone https://git.libre-soc.org/git/openpower-isa.git
@@ -21,6 +22,11 @@ cd /home/$SUDO_USER/src/nmigen
 git tag | xargs git tag -d # very annoying
 python3 setup.py develop
 
+# nmigen-boards
+cd /home/$SUDO_USER/src/nmigen-boards
+git tag | xargs git tag -d # very annoying
+python3 setup.py develop
+
 # nmigen-soc
 cd ../nmigen-soc
 git tag | xargs git tag -d # very annoying
@@ -59,3 +65,4 @@ chgrp -R $SUDO_USER .
 echo -e "
 \e[1;91mAll Libre-SOC dev dependenices should now be installed.\e[0m
 "
+
index ff8b2facbefbb2469acb69befc1e1eba5cb0b164..5d67e0abf087ddcf6d68a09d89f668e8da6b4238 100755 (executable)
@@ -3,7 +3,8 @@ python3 -m venv .env
 . .env/bin/activate
 pip3 install nose
 
-git clone https://github.com/nmigen/nmigen.git
+git clone https://git.libre-soc.org/git/nmigen-boards.git
+git clone https://git.libre-soc.org/git/nmigen.git
 git clone https://git.libre-soc.org/git/c4m-jtag.git
 git clone https://git.libre-soc.org/git/nmutil.git
 git clone https://git.libre-soc.org/git/openpower-isa.git
@@ -16,6 +17,11 @@ cd /home/$SUDO_USER/src/nmigen
 git tag | xargs git tag -d # very annoying
 python3 setup.py develop
 
+# nmigen-boards
+cd /home/$SUDO_USER/src/nmigen-boards
+git tag | xargs git tag -d # very annoying
+python3 setup.py develop
+
 # nmigen-soc
 cd ../nmigen-soc
 git tag | xargs git tag -d # very annoying