diff options
| author | Jim Lawson | 2019-06-26 11:19:32 -0700 |
|---|---|---|
| committer | GitHub | 2019-06-26 11:19:32 -0700 |
| commit | ae740cad0f5352ce17f167c33188df4c23266391 (patch) | |
| tree | 5521838fa45678aee38d2287db4988cf2c56a56f /.circleci | |
| parent | c282515b1bcf49f2566390fd059601734ffba196 (diff) | |
Use Verilator 4.016 (#1116)
* Use Verilator 4.016
Now that ucbbar/chisel3-tools has Verilator 4.016, use that for tests.
* Update Verilator version in SETUP
Diffstat (limited to '.circleci')
| -rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a2472b3..10a82b72 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_4_006/bin:/opt/yosys/bin:$PATH"' >> $BASH_ENV + - run: echo 'export PATH="/opt/verilator/verilator_4_016/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. |
