URL
https://opencores.org/ocsvn/pavr/pavr/trunk
Subversion Repositories pavr
[/] [pavr/] [trunk/] [test/] [gentest/] [compile.bat] - Rev 6
Compare with Previous | Blame | View Log
echo Compiling sources...
avrasm32.exe -fI gentest.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