mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
csh fixes
This commit is contained in:
parent
044dff93f9
commit
1c2e612b11
@ -34,7 +34,7 @@ if ( -e "$RISCV"/riscv-python/bin/activate ) then
|
|||||||
else
|
else
|
||||||
echo "Python virtual environment not found. Rerun wally-toolchain-install.sh to automatically create it."
|
echo "Python virtual environment not found. Rerun wally-toolchain-install.sh to automatically create it."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
endif
|
||||||
|
|
||||||
# environment variables needed for RISCV-DV
|
# environment variables needed for RISCV-DV
|
||||||
setenv RISCV_GCC `which riscv64-unknown-elf-gcc` # Copy this as it is
|
setenv RISCV_GCC `which riscv64-unknown-elf-gcc` # Copy this as it is
|
||||||
@ -55,4 +55,3 @@ if ($?IDV) then
|
|||||||
setupImperas ${IMPERAS_HOME}
|
setupImperas ${IMPERAS_HOME}
|
||||||
extend PATH $IDV/scripts/cvw
|
extend PATH $IDV/scripts/cvw
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user