mirror of https://github.com/openXC7/prjxray.git
10 lines
132 B
Bash
10 lines
132 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -ex
|
||
|
|
|
||
|
|
source ${XRAY_GENHEADER}
|
||
|
|
TIMFUZ_DIR=$XRAY_DIR/fuzzers/007-timing
|
||
|
|
|
||
|
|
vivado -mode batch -source ../generate.tcl
|
||
|
|
|