Add Verilator to the PATH

This commit is contained in:
Todd Strader 2019-10-16 17:47:14 -04:00
parent 51b8e54ff6
commit fb5ebdea26
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ env:
- VERILATOR_ROOT=$PWD/verilator
- VERILATOR_NUM_JOBS=$((`nproc` + 1))
- OBJCACHE=ccache
- PATH=$PATH:$VERILATOR_ROOT/bin
- VERILATOR=$VERILATOR_ROOT/bin/verilator
- RV_ROOT=$PWD