Fix correct commit hash for release 0.7.0 of openXC7
[dev-env-setup.git] / hdl-dev-ls2
index 34a801a0720a69c68105b46eac269c67136b4f4f..0fe6cadcb22b51d87d64c0df6b13df97edc04489 100755 (executable)
@@ -14,8 +14,13 @@ 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
@@ -33,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
 "