URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Subversion Repositories openmsp430
[/] [openmsp430/] [trunk/] [fpga/] [xilinx_avnet_lx9microbard/] [synthesis/] [xilinx/] [win_1_initialize_pmem.bat] - Rev 176
Go to most recent revision | Compare with Previous | Blame | View Log
::###############################################################################::# #::# Xilinx RAM update script for WINDOWS #::# #::###############################################################################::###############################################################################::# Specify Program to be loaded #::###############################################################################set MSP430_PROGRAM=leds::set MSP430_PROGRAM=ta_uart::###############################################################################::# Check if the required files exist #::###############################################################################set softdir=..\..\software\%MSP430_PROGRAM%set elffile=..\..\software\%MSP430_PROGRAM%\%MSP430_PROGRAM%.elfIF EXIST %softdir% GOTO :DIR_OKAYECHO ERROR: Software directory doesn't exist: %softdir%PAUSEEXIT:DIR_OKAYIF EXIST %elffile% GOTO :ELF_OKAYECHO ERROR: ELF file doesn't exist: %elffile%PAUSEEXIT:ELF_OKAY::###############################################################################::# Update FPGA Bitstream #::###############################################################################DEL /f .\WORK\%MSP430_PROGRAM%.elfDEL /f .\WORK\%MSP430_PROGRAM%.bitXCOPY %elffile% .\WORK\cd .\WORKdata2mem -bm ..\memory.bmm -bd %MSP430_PROGRAM%.elf -bt openMSP430_fpga.bit -o b %MSP430_PROGRAM%.bitcd ..\PAUSE
Go to most recent revision | Compare with Previous | Blame | View Log
