Files
prjxray/fuzzers/007-timing/speed/Makefile
T
Felix Held 0d6e327229 introduce vivado wrapper
This fixes the problem that when sourcing the vivado settings file the
library search path is modified resulting in non-vivado binaries not working
due to being dynamically linked against the vivado libraries instead of the
system ones.

Signed-off-by: Felix Held <[email protected]>
2018-12-28 19:05:49 +01:00

13 lines
276 B
Makefile

all: build/speed.json
build/node.txt: speed_json.py generate.tcl
mkdir -p build
cd build && ${XRAY_VIVADO} -mode batch -source ../generate.tcl
build/speed.json: build/node.txt
cd build && python ../speed_json.py speed_model.txt node.txt speed.json
clean:
rm -rf build