blob: 9549410a9e77f5e1ef7c6397e3406e7d2a770c43 [file]
#!/bin/bash
set -ex
#export FUZDIR=$PWD
source ${XRAY_GENHEADER}
# Some projects have hard coded top.v, others are generated
if [ -f $FUZDIR/top.py ] ; then
XRAY_DATABASE_ROOT=$FUZDIR/../build/basicdb python3 $FUZDIR/top.py >top.v
fi