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

Subversion Repositories ion

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /ion/trunk/src/adventure
    from Rev 182 to Rev 184
    Reverse comparison

Rev 182 → Rev 184

/bootstrap.s File deleted
/makefile
1,27 → 1,6
#-- Set up the toolchain -------------------------------------------------------
#-- Bring toolchain config parameters from the common makefile
include ..\\common\\makefile
 
BIN_MIPS = C:/dev/embedded/SourceryGpp/mips-elf-11-03.52/bin
CC = $(BIN_MIPS)/mips-sde-elf-gcc.exe $(CFLAGS)
AS = $(BIN_MIPS)/mips-sde-elf-as
LD = $(BIN_MIPS)/mips-sde-elf-ld
DUMP = $(BIN_MIPS)/mips-sde-elf-objdump
COPY = $(BIN_MIPS)/mips-sde-elf-objcopy
TO_VHDL = python ../bin2hdl.py
 
 
#-- Set up the code structure --------------------------------------------------
 
# Root test code source directory, where python script and vhdl templates are
SRC_DIR = ..
# VHDL test bench directory, where VHDL output files will be created
TB_DIR = ../../vhdl/tb
# VHDL DE-1 board demo root directory, for vhdl output
DEMO_DIR = ../../vhdl/demo
# Path to local libraries
LIB_PATH = $(SRC_DIR)/common/libsoc
# Link script to be used
LINK_SCRIPT = $(SRC_DIR)/common/flash.lds
 
#-- Configure the VHDL simulation environment ----------------------------------
 
# Simulation length in cycles; long enough to let the program run to completion.

powered by: WebSVN 2.1.0

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