From: Luke Kenneth Casson Leighton Date: Thu, 31 Mar 2022 14:20:56 +0000 (+0100) Subject: update iverilog to known-good version d8cb29f6e0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9db7c4df7876daf42cdc7b3d129ec24882a535b8;p=dev-env-setup.git update iverilog to known-good version d8cb29f6e0 --- diff --git a/iverilog-install b/iverilog-install index 0da8e4a..af910fb 100755 --- a/iverilog-install +++ b/iverilog-install @@ -15,9 +15,10 @@ cd src/iverilog git clone https://github.com/steveicarus/iverilog.git cd iverilog -git checkout v11_0 +#git checkout v11_0 +git checkout d8cb29f6e0 # works ok, better than v11_0 stable sh autoconf.sh -./configure --prefix=/usr/local/iverilog +./configure --prefix=/usr/local/ make -j$(nproc) make check make install