add reproducible script
[dev-env-setup.git] / hdl-dev-ls2
index 3e582284d3202b84e9f7f071de78a15031116998..9aa9f39f86eb55b358c5117d149e25ee1a344532 100755 (executable)
@@ -15,8 +15,12 @@ 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