mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Modified setup to add Imperas/scripts/cvw to path
This commit is contained in:
parent
33fa7e4706
commit
d139ee77c3
6
setup.sh
6
setup.sh
@ -48,8 +48,10 @@ if [ -e "$IDV" ]; then
|
||||
export IMPERAS_HOME=$IDV/Imperas
|
||||
export IMPERAS_PERSONALITY=CPUMAN_DV_ASYNC
|
||||
export ROOTDIR=~/
|
||||
source ${IDV}/Imperas/bin/setup.sh
|
||||
setupImperas ${IDV}/Imperas
|
||||
source ${IMPERAS_HOME}/bin/setup.sh
|
||||
setupImperas ${IMPERAS_HOME}
|
||||
export PATH=$IDV/scripts/cvw:$PATH
|
||||
echo $PATH
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user