mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
[DVplans] Fix broken paths to VPTOOL. (#2007)
This commit is contained in:
parent
38e8c059b2
commit
a6fc375dc6
6 changed files with 6 additions and 6 deletions
|
@ -31,4 +31,4 @@ export MARKDOWN_OUTPUT_DIR=`readlink -f "$ROOTDIR/../source"`
|
|||
# FIXME: Introduce a suitably named shell variable that points to the root
|
||||
# directory of the tool set (TOOL_TOP etc.)
|
||||
# FORNOW use a hardcoded relative path.
|
||||
sh $ROOTDIR/../../../../tools/vptool/vptool.sh $*
|
||||
sh $ROOTDIR/../../../../verif/core-v-verif/tools/vptool/vptool.sh $*
|
||||
|
|
|
@ -31,4 +31,4 @@ export MARKDOWN_OUTPUT_DIR=`readlink -f "$ROOTDIR/../source"`
|
|||
# FIXME: Introduce a suitably named shell variable that points to the root
|
||||
# directory of the tool set (TOOL_TOP etc.)
|
||||
# FORNOW use a hardcoded relative path.
|
||||
sh $ROOTDIR/../../../../tools/vptool/vptool.sh $*
|
||||
sh $ROOTDIR/../../../../verif/core-v-verif/tools/vptool/vptool.sh $*
|
||||
|
|
|
@ -31,4 +31,4 @@ export MARKDOWN_OUTPUT_DIR=`readlink -f "$ROOTDIR/../source"`
|
|||
# FIXME: Introduce a suitably named shell variable that points to the root
|
||||
# directory of the tool set (TOOL_TOP etc.)
|
||||
# FORNOW use a hardcoded relative path.
|
||||
sh $ROOTDIR/../../../../tools/vptool/vptool.sh $*
|
||||
sh $ROOTDIR/../../../../verif/core-v-verif/tools/vptool/vptool.sh $*
|
||||
|
|
|
@ -31,4 +31,4 @@ export MARKDOWN_OUTPUT_DIR=`readlink -f "$ROOTDIR/../source"`
|
|||
# FIXME: Introduce a suitably named shell variable that points to the root
|
||||
# directory of the tool set (TOOL_TOP etc.)
|
||||
# FORNOW use a hardcoded relative path.
|
||||
sh $ROOTDIR/../../../../tools/vptool/vptool.sh $*
|
||||
sh $ROOTDIR/../../../../verif/core-v-verif/tools/vptool/vptool.sh $*
|
||||
|
|
|
@ -31,4 +31,4 @@ export MARKDOWN_OUTPUT_DIR=`readlink -f "$ROOTDIR/../source"`
|
|||
# FIXME: Introduce a suitably named shell variable that points to the root
|
||||
# directory of the tool set (TOOL_TOP etc.)
|
||||
# FORNOW use a hardcoded relative path.
|
||||
python3 $ROOTDIR/../../../../tools/vptool/vptool/vp.py $*
|
||||
sh $ROOTDIR/../../../../verif/core-v-verif/tools/vptool/vptool.sh $*
|
||||
|
|
|
@ -31,4 +31,4 @@ export MARKDOWN_OUTPUT_DIR=`readlink -f "$ROOTDIR/../source"`
|
|||
# FIXME: Introduce a suitably named shell variable that points to the root
|
||||
# directory of the tool set (TOOL_TOP etc.)
|
||||
# FORNOW use a hardcoded relative path.
|
||||
sh $ROOTDIR/../../../../tools/vptool/vptool.sh $*
|
||||
sh $ROOTDIR/../../../../verif/core-v-verif/tools/vptool/vptool.sh $*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue