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

Subversion Repositories amber

Compare Revisions

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

Rev 75 → Rev 74

/trunk/hw/isim/run.sh
50,6 → 50,7
SET_M=0
SET_T=0
SET_S=0
SET_A=0
SET_5=0
SET_L=0
 
59,6 → 60,7
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)"
97,6 → 99,8
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)
trunk/hw/isim Property changes : Modified: svn:ignore ## -6,4 +6,3 ## amber.dis fuseRelaunch.cmd *.wdb -pkt_from_amber.mem Index: trunk/hw/fpga/bin/Makefile =================================================================== --- trunk/hw/fpga/bin/Makefile (revision 75) +++ trunk/hw/fpga/bin/Makefile (revision 74) @@ -60,7 +60,7 @@ BOOT_LOADER_DIR = ../../../sw/boot-loader-ethmac BOOT_LOADER_DEF = BOOT_LOADER_ETHMAC else - BOOT_LOADER_DIR = ../../../sw/boot-loader-serial + BOOT_LOADER_DIR = ../../../sw/boot-loader BOOT_LOADER_DEF = endif
/trunk/hw/fpga/bin/set_fpga_version.sh
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-serial/fpga-version.h
FPGA_VERSION_FILE=../../../sw/boot-loader/fpga-version.h
RUN_ID_FILE=$1
 
VERSION=`cat ${RUN_ID_FILE}`
/trunk/sw/boot-loader-serial/fpga-version.h
1,7 → 2,7
#define AMBER_FPGA_VERSION "20130428184629"
#define AMBER_FPGA_VERSION "20130428143120"

powered by: WebSVN 2.1.0

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