This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
prjxray
mirror of
https://github.com/openXC7/prjxray.git
Watch
1
Star
0
Fork
You've already forked prjxray
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ac97aa6f5c
prjxray
/
utils
/
vivado.sh
6 lines
59 B
Bash
Raw
Normal View
History
Unescape
Escape
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 <felix-github@felixheld.de>
2018-12-28 18:58:28 +01:00
#!/bin/bash
vivado: assert expected version Signed-off-by: John McMaster <johndmcmaster@gmail.com>
2019-01-06 17:21:42 +01:00
source
"
${
XRAY_VIVADO_SETTINGS
}
"
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 <felix-github@felixheld.de>
2018-12-28 18:58:28 +01:00
vivado
"
$@
"