From: Sebastien Bourdeauducq Date: Mon, 30 Mar 2015 11:42:11 +0000 (+0800) Subject: move xilinx_strace_tailor to tools X-Git-Tag: 24jan2021_ls180~2099^2~136 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b469571afe8aaf1f150f17d7cbf2dd920447abbd;p=litex.git move xilinx_strace_tailor to tools --- diff --git a/tools/xilinx_strace_tailor.sh b/tools/xilinx_strace_tailor.sh new file mode 100755 index 00000000..57bb74c4 --- /dev/null +++ b/tools/xilinx_strace_tailor.sh @@ -0,0 +1,14 @@ +#!/bin/sh +# Copyright Robert Jordens 2014,2015 + +# assuming your xilinx toolchain lives in /opt/Xilinx, +# run `strace-tailor.sh [synthesis script] [options]` +# then in your current directory, `opt/Xilinx/*` is the +# minimal toolchain required for this synthesis script run. + +PREFIX=\\/opt\\/Xilinx\\/ + +strace -e trace=file,process -f -o strace.log $@ +sed -n "s/^.*\"\\(${PREFIX}[^\"]*\\)\".*$/\\1/p" strace.log \ + | sort | uniq | tr '\n' '\0' \ + | xargs -0 cp --parent --no-dereference --preserve=all -t .