Skip to content

Instantly share code, notes, and snippets.

@mkettn
Last active September 21, 2017 15:52
Show Gist options
  • Save mkettn/d0ae5709eb17e989ee18909de8e34009 to your computer and use it in GitHub Desktop.
Save mkettn/d0ae5709eb17e989ee18909de8e34009 to your computer and use it in GitHub Desktop.
start vivado_hls with a tiling wm and pass thru command line args
#!/bin/bash
VIVADO_HLS_PATH=/opt/Xilinx/Vivado_HLS/2017.2/bin
wmname LG3
$VIVADO_HLS_PATH/vivado_hls "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment