mirror of https://github.com/openXC7/prjxray.git
fuzzers: 074: fix path to generate_after_dump
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
a0585e4923
commit
517ad6c189
|
|
@ -4,4 +4,4 @@ source ${XRAY_GENHEADER}
|
|||
|
||||
${XRAY_VIVADO} -mode batch -source $FUZDIR/generate.tcl
|
||||
|
||||
cd .. && ./generate_after_dump.sh
|
||||
cd $FUZDIR && ./generate_after_dump.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue