ucb-bar / riscv-mini

Simple RISC-V 3-stage Pipeline in Chisel
Other
511 stars 102 forks source link

Minimal clone of updated verilator version (4.016) #30

Closed ucbjrl closed 4 years ago

ucbjrl commented 4 years ago

The Travis build was failing with:

error: pathspec 'verilator_3_886' did not match any file(s) known to git

proably due to the fact that the .travis.yml file contains:

git:
  depth: 10

and verilator_3_886 may be too far back in history. Clone at the specific (updated) verilator tag we expect to run to avoid depth issues.