From 4f5ec211cb59f9da37dbe91d0dfcb93c4d3d84c9 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Wed, 23 Jan 2019 12:25:36 -0800 Subject: Use Verilator 4.006; bump to Scala 2.12.7 (#947) Now that ucbbar/chisel3-tools has Verilator 4.006, use that for tests.--- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67540ca6..2a2472b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ commands: at: /home/chisel # Set environment - - run: echo 'export PATH="/opt/verilator/verilator_3_922/bin:/opt/yosys/bin:$PATH"' >> $BASH_ENV + - run: echo 'export PATH="/opt/verilator/verilator_4_006/bin:/opt/yosys/bin:$PATH"' >> $BASH_ENV # The -DminimalResources flag causes sbt to run tests sequentially, # so we could actually use "sbt +test" to run all the crossVersioned tests. @@ -124,7 +124,7 @@ jobs: executor: chisel-executor steps: - test-chisel: - scalaVersion: "++2.12.6" + scalaVersion: "++2.12.7" checkstyle-chisel: executor: chisel-executor -- cgit v1.2.3