14.01.2015 Views

Tutorial Xilinx Virtex-5 FPGA ML506 Edition

Tutorial Xilinx Virtex-5 FPGA ML506 Edition

Tutorial Xilinx Virtex-5 FPGA ML506 Edition

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Create a folder on your local drive called: SysACE<br />

Open up a text editor and copy and paste this code:<br />

@echo off<br />

if "%1" == "" goto error<br />

xmd -tcl ./genace.tcl -jprog -hw %1.bit -board ml505 -ace my_%1.ace<br />

goto end<br />

:error<br />

echo Makeace - by <strong>FPGA</strong> Developer http://www.fpgadeveloper.com<br />

echo.<br />

echo Usage: makeace bitfile (without .bit extension)<br />

echo Example: makeace project<br />

:end<br />

echo.<br />

108

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!