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

Subversion Repositories ion

[/] [ion/] [trunk/] [src/] [hello/] [makefile] - Diff between revs 182 and 184

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 182 Rev 184
Line 1... Line 1...
#-- 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
# Link script to be used: run from BRAM
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 --------------------------------------------------
 
 
 
# 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
 
# Root test code source directory, where python script and vhdl templates are
 
SRC_DIR = ..
 
# Path to local libraries
 
LIB_PATH = $(SRC_DIR)/common/libsoc
 
# Link script to be used
 
LINK_SCRIPT = $(SRC_DIR)/common/bram.lds
LINK_SCRIPT = $(SRC_DIR)/common/bram.lds
 
 
#-- Configure the application --------------------------------------------------
#-- Configure the application --------------------------------------------------
 
 
# Simulation length in cycles; long enough to let the program run to completion.
# 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.