fuzzers: use env vars to refer to tools (continued)

As new fuzzers get added, I fixup their paths.

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
Rick Altherr 2017-12-18 15:41:48 -08:00 committed by Tim 'mithro' Ansell
parent 1e39c74306
commit acbb12788c
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
set -ex
. ../../utils/genheader.sh
source ${XRAY_GENHEADER}
#echo '`define SEED 32'"'h$(echo $1 | md5sum | cut -c1-8)" > setseed.vh
@ -11,7 +11,7 @@ vivado -mode batch -source ../generate.tcl
test -z "$(fgrep CRITICAL vivado.log)"
for x in design*.bit; do
../../../build/tools/bitread -F $XRAY_ROI_FRAMES -o ${x}s -z -y $x
${XRAY_BITREAD} -F $XRAY_ROI_FRAMES -o ${x}s -z -y $x
done
python3 ../generate.py