mirror of https://github.com/openXC7/prjxray.git
7 lines
99 B
Bash
7 lines
99 B
Bash
|
|
#!/bin/bash -x
|
||
|
|
|
||
|
|
source ${XRAY_GENHEADER}
|
||
|
|
|
||
|
|
${XRAY_VIVADO} -mode batch -source $FUZDIR/generate.tcl
|
||
|
|
|