From: Luke Kenneth Casson Leighton Date: Thu, 14 Apr 2022 11:57:31 +0000 (+0100) Subject: check out verilog-wishbone at specific tag X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=02f544e482a0b1b38cba20ad64ee7445e25e9f7b;p=dev-env-setup.git check out verilog-wishbone at specific tag --- diff --git a/hdl-dev-ls2 b/hdl-dev-ls2 index 3e58228..547aa75 100755 --- a/hdl-dev-ls2 +++ b/hdl-dev-ls2 @@ -16,7 +16,10 @@ 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