mirror of https://github.com/openXC7/prjxray.git
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:
parent
1e39c74306
commit
acbb12788c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue