URL
https://opencores.org/ocsvn/pavr/pavr/trunk
Subversion Repositories pavr
[/] [pavr/] [trunk/] [test/] [sieve/] [cavrcompile.bat] - Rev 6
Compare with Previous | Blame | View Log
echo Compiling sources...
cavr sieve.c
avrasm32.exe -fI sieve.asm -o test.hex -l test.lst
hexbin test.hex test.bin I
echo Copying binary file to VHDL test directory...
del ..\..\tools\build_vhdl_test\test.bin
copy test.bin ..\..\tools\build_vhdl_test