Skip to content

Instantly share code, notes, and snippets.

@imrickysu
Created August 19, 2015 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imrickysu/86848b16f43911473ec3 to your computer and use it in GitHub Desktop.
Save imrickysu/86848b16f43911473ec3 to your computer and use it in GitHub Desktop.
Use XMD to download FPGA bit stream with one click.
set BIT_FILENAME=ps_emio_sfp.bit
echo fpga -f %BIT_FILENAME% > download_bit.tcl
call C:\Xilinx\SDK\2014.4\bin\xmd.bat -tcl download_bit.tcl
del download_bit.tcl
@iDoka
Copy link

iDoka commented Mar 30, 2019

Where I can find utility XMD to downloading Xilinx FPGAs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment