From e3d76f343a9c4480763176b68ef4e7157ed81c91 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Mon, 27 Sep 2021 11:20:37 -0700 Subject: [PATCH] Bump Verilator (4.034 -> 4.212) and SBT (1.4.9 -> 1.5.5) --- .circleci/defaults.sh | 2 +- project/build.properties | 2 +- scripts/centos-req.sh | 2 +- scripts/ubuntu-req.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/defaults.sh b/.circleci/defaults.sh index a9a56b74..c7036a69 100755 --- a/.circleci/defaults.sh +++ b/.circleci/defaults.sh @@ -23,7 +23,7 @@ CI_MAKE_NPROC=8 REMOTE_MAKE_NPROC=4 # verilator version -VERILATOR_VERSION=v4.034 +VERILATOR_VERSION=v4.212 # remote variables REMOTE_PREFIX=$CI_DIR/$CIRCLE_PROJECT_REPONAME-$CIRCLE_BRANCH diff --git a/project/build.properties b/project/build.properties index dbae93bc..10fd9eee 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.4.9 +sbt.version=1.5.5 diff --git a/scripts/centos-req.sh b/scripts/centos-req.sh index 8c7ac3a0..48fb398c 100755 --- a/scripts/centos-req.sh +++ b/scripts/centos-req.sh @@ -29,5 +29,5 @@ sudo yum install -y python # install verilator git clone http://git.veripool.org/git/verilator cd verilator -git checkout v4.034 +git checkout v4.212 autoconf && ./configure && make -j$(nproc) && sudo make install diff --git a/scripts/ubuntu-req.sh b/scripts/ubuntu-req.sh index ff5fe3ad..898386e8 100755 --- a/scripts/ubuntu-req.sh +++ b/scripts/ubuntu-req.sh @@ -29,5 +29,5 @@ sudo apt-get install git -y sudo apt-get install -y autoconf git clone http://git.veripool.org/git/verilator cd verilator -git checkout v4.034 +git checkout v4.212 autoconf && ./configure && make -j$(nproc) && sudo make install