Bump Verilator (4.034 -> 4.212) and SBT (1.4.9 -> 1.5.5)

This commit is contained in:
abejgonzalez
2021-09-27 11:20:37 -07:00
parent 64aa972fa6
commit e3d76f343a
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -1 +1 @@
sbt.version=1.4.9
sbt.version=1.5.5

View File

@@ -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

View File

@@ -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