From 78db8c584a334cad9b84f862f436d3867c1e7b68 Mon Sep 17 00:00:00 2001 From: Thomas Kidd Date: Thu, 1 Feb 2024 09:31:41 -0600 Subject: [PATCH] Revert "updated gitignore file" This reverts commit 981c3ccf6b4775505c6356ff3e9bd60f7f0ba5f4. --- bin/wally-tool-chain-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wally-tool-chain-install.sh b/bin/wally-tool-chain-install.sh index ca8a28c05..6e7e4c8e9 100755 --- a/bin/wally-tool-chain-install.sh +++ b/bin/wally-tool-chain-install.sh @@ -125,7 +125,7 @@ git clone https://github.com/verilator/verilator # Only first time unset VERILATOR_ROOT # For bash cd verilator git pull # Make sure git repository is up-to-date -git checkout master # Use development branch (e.g. recent bug fixes) +git checkout master autoconf # Create ./configure script ./configure # Configure and create Makefile make -j ${NUM_THREADS} # Build Verilator itself (if error, try just 'make')