tilegrid iob: use XRAY_DATABASE_ROOT

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-12-17 18:39:17 -08:00
parent 358876463e
commit a17c8b8d1d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ source ${XRAY_GENHEADER}
# Some projects have hard coded top.v, others are generated
if [ -f $FUZDIR/top.py ] ; then
python3 $FUZDIR/top.py >top.v
XRAY_DATABASE_ROOT=$FUZDIR/../build/basicdb python3 $FUZDIR/top.py >top.v
fi
vivado -mode batch -source $FUZDIR/generate.tcl