diff options
| author | Jim Lawson | 2019-01-23 12:25:36 -0800 |
|---|---|---|
| committer | GitHub | 2019-01-23 12:25:36 -0800 |
| commit | 4f5ec211cb59f9da37dbe91d0dfcb93c4d3d84c9 (patch) | |
| tree | 58edaf76d77e1fadff1c0565a9470dbe276729d1 | |
| parent | 009771590a7f0bc9bd68e2f9b0c33bb9d1446b9c (diff) | |
Use Verilator 4.006; bump to Scala 2.12.7 (#947)
Now that ucbbar/chisel3-tools has Verilator 4.006, use that for tests.
| -rw-r--r-- | .circleci/config.yml | 4 |
1 files 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 |
