Add Verilator to the PATH
This commit is contained in:
parent
51b8e54ff6
commit
fb5ebdea26
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue