OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [fpga/] [xilinx_diligent_s3board/] [synthesis/] [xilinx/] [win_1_initialize_pmem.bat] - Diff between revs 37 and 153

Show entire file | Details | Blame | View Log

Rev 37 Rev 153
?rev1line?
?rev2line?
 
::###############################################################################
 
::#                                                                             #
 
::#                     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%.elf
 
 
 
IF EXIST %softdir%  GOTO :DIR_OKAY
 
ECHO ERROR: Software directory doesn't exist: %softdir%
 
PAUSE
 
EXIT
 
:DIR_OKAY
 
 
 
IF EXIST %elffile%  GOTO :ELF_OKAY
 
ECHO ERROR: ELF file doesn't exist: %elffile%
 
PAUSE
 
EXIT
 
:ELF_OKAY
 
 
 
 
 
::###############################################################################
 
::#                           Update FPGA Bitstream                             #
 
::###############################################################################
 
 
 
 
 
DEL /f .\WORK\%MSP430_PROGRAM%.elf
 
DEL /f .\WORK\%MSP430_PROGRAM%.bit
 
 
 
XCOPY %elffile% .\WORK\
 
 
 
cd .\WORK
 
data2mem -bm ..\scripts\memory.bmm -bd %MSP430_PROGRAM%.elf -bt openMSP430_fpga.bit -o b %MSP430_PROGRAM%.bit
 
cd ..\
 
PAUSE
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.