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

Subversion Repositories amber

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /amber/trunk
    from Rev 74 to Rev 75
    Reverse comparison

Rev 74 → Rev 75

/sw/boot-loader-serial/fpga-version.h
1,?rev1len? → ?rev2line?,?rev2len?
#define AMBER_FPGA_VERSION "20130428143120"
#define AMBER_FPGA_VERSION "20130428184629"
/hw/isim/run.sh
50,7 → 50,6
SET_M=0
SET_T=0
SET_S=0
SET_A=0
SET_5=0
SET_L=0
 
60,7 → 59,6
echo "Usage:"
echo "run <test_name> [-a] [-g] [-d] [-t] [-s] [-v]"
echo " -h : Help"
echo " -a : Run hardware tests (all tests in \$AMBER_BASE/hw/tests)"
echo " -g : Use ISIM GUI"
echo " -l : Create dump of complete design"
echo " -s : Use Xilinx Spatran6 Libraries (slower sim)"
99,8 → 97,6
case $1 in
-*) true ;
case $1 in
-a) SET_A=1 # all tests
shift ;;
-s) SET_S=1 # Xilinx Spartan6 libs
shift ;;
-5) SET_5=1 # Amber25 core (default is Amber23 core)
hw/isim Property changes : Modified: svn:ignore ## -6,3 +6,4 ## amber.dis fuseRelaunch.cmd *.wdb +pkt_from_amber.mem Index: hw/fpga/bin/set_fpga_version.sh =================================================================== --- hw/fpga/bin/set_fpga_version.sh (revision 74) +++ hw/fpga/bin/set_fpga_version.sh (revision 75) @@ -2,7 +2,7 @@ # 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 +FPGA_VERSION_FILE=../../../sw/boot-loader-serial/fpga-version.h RUN_ID_FILE=$1 VERSION=`cat ${RUN_ID_FILE}`
/hw/fpga/bin/Makefile
60,7 → 60,7
BOOT_LOADER_DIR = ../../../sw/boot-loader-ethmac
BOOT_LOADER_DEF = BOOT_LOADER_ETHMAC
else
BOOT_LOADER_DIR = ../../../sw/boot-loader
BOOT_LOADER_DIR = ../../../sw/boot-loader-serial
BOOT_LOADER_DEF =
endif
 

powered by: WebSVN 2.1.0

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