Created
September 23, 2017 16:50
-
-
Save mkettn/53136a73d40607037dc9478ff944ff3d to your computer and use it in GitHub Desktop.
launch sdk the sane way
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
VIVADO_PATH=/opt/Xilinx/SDK/2017.2 | |
export J2D_D3D=false | |
export _JAVA_OPTIONS="-Dsun.java2d.dpiaware=true -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dsun.java2d.xrender=true" | |
export SWT_GTK3=0 | |
wmname LG3 | |
source $VIVADO_PATH/settings64.sh | |
$VIVADO_PATH/bin/xsdk "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment