From 02f544e482a0b1b38cba20ad64ee7445e25e9f7b Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 14 Apr 2022 12:57:31 +0100 Subject: [PATCH] check out verilog-wishbone at specific tag --- hdl-dev-ls2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2