setup esp-tools path

This commit is contained in:
abejgonzalez
2019-07-10 17:51:46 -07:00
parent 9f9b7087ed
commit 5414df40f0
3 changed files with 18 additions and 6 deletions

View File

@@ -41,6 +41,8 @@ case $1 in
run_bmark ${mapping[$1]}
;;
hwacha)
export RISCV=$REMOTE_ESP_DIR
export LD_LIBRARY_PATH=$REMOTE_ESP_DIR/lib
make run-rv64uv-p-asm-tests-fst -C $LOCAL_SIM_DIR VERILATOR_INSTALL_DIR=$LOCAL_VERILATOR_DIR ${mapping[$1]}
;;
*)