URL
https://opencores.org/ocsvn/ion/ion/trunk
[/] [ion/] [trunk/] [src/] [adventure/] [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
|
|
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 ----------------------------------
|
#-- Configure the VHDL simulation environment ----------------------------------
|
|
|
# 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.
|
SIM_LENGTH = 400000000
|
SIM_LENGTH = 400000000
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.