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

This reverts commit e3d76f343a.
This commit is contained in:
abejgonzalez
2021-09-27 11:23:05 -07:00
parent e3d76f343a
commit 05b309f97d
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.212
VERILATOR_VERSION=v4.034
# remote variables
REMOTE_PREFIX=$CI_DIR/$CIRCLE_PROJECT_REPONAME-$CIRCLE_BRANCH

View File

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

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.212
git checkout v4.034
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.212
git checkout v4.034
autoconf && ./configure && make -j$(nproc) && sudo make install