URL
https://opencores.org/ocsvn/amber/amber/trunk
Subversion Repositories amber
[/] [amber/] [trunk/] [hw/] [fpga/] [bin/] [set_fpga_version.sh] - Rev 54
Go to most recent revision | Compare with Previous | Blame | View Log
#/bin/sh -f # Copy the run ID into an include file # thats compiled into the FPGA boot loader software FPGA_VERSION_FILE=../../../sw/boot-loader/fpga-version.h RUN_ID_FILE=$1 VERSION=`cat ${RUN_ID_FILE}` echo '#define AMBER_FPGA_VERSION "'${VERSION}'"' > ${FPGA_VERSION_FILE}
Go to most recent revision | Compare with Previous | Blame | View Log