Fix correct commit hash for release 0.7.0 of openXC7
[dev-env-setup.git] / hdl-dev-ls2
index bf654b28c5964943900b20787094dfb2d90f2570..0fe6cadcb22b51d87d64c0df6b13df97edc04489 100755 (executable)
@@ -11,7 +11,16 @@ cd src
 git clone https://git.libre-soc.org/git/ls2.git
 git clone https://git.libre-soc.org/git/gram.git
 git clone https://git.libre-soc.org/git/lambdasoc.git
+git clone https://git.libre-soc.org/git/microwatt.git tercel-qspi
+git clone https://github.com/freecores/uart16550
+git clone https://github.com/freecores/ethmac
+git clone https://github.com/alexforencich/verilog-wishbone
 '
+
+# verilog-wishbone checkout at specific tag
+cd /home/$SUDO_USER/src/verilog-wishbone
+git checkout d1fa24a0
+
 # lambdasoc
 cd /home/$SUDO_USER/src/lambdasoc
 git tag | xargs git tag -d # very annoying
@@ -29,6 +38,6 @@ cd ../
 chown -R $SUDO_USER .
 chgrp -R $SUDO_USER .
 echo -e "
-\e[1;91mAll Libre-SOC dev dependenices should now be installed.\e[0m
+\e[1;91mAll Libre-SOC dev dependencies should now be installed.\e[0m
 "