mirror of https://github.com/openXC7/prjxray.git
tilegrid iob: use XRAY_DATABASE_ROOT
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
358876463e
commit
a17c8b8d1d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue