URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 49 |
Rev 63 |
Line 29... |
Line 29... |
|
|
ifdef VLT_CPPFLAGS
|
ifdef VLT_CPPFLAGS
|
CXXFLAGS += $(VLT_CPPFLAGS)
|
CXXFLAGS += $(VLT_CPPFLAGS)
|
endif
|
endif
|
|
|
|
CPPFLAGS += -DTARGET_BIG_ENDIAN
|
|
|
CXX ?= g++
|
CXX ?= g++
|
#PROF_OPTS ?= -fbranch-probabilities -fvpt -funroll-loops -fpeel-loops -ftracer -O3
|
#PROF_OPTS ?= -fbranch-probabilities -fvpt -funroll-loops -fpeel-loops -ftracer -O3
|
OPT_ALL ?= $(OPT_SLOW) $(OPT_FAST) $(OPT)
|
OPT_ALL ?= $(OPT_SLOW) $(OPT_FAST) $(OPT)
|
|
|
# Sub-directories
|
# Sub-directories
|
SYSC_INC_DIR = ../include
|
SYSC_INC_DIR = ../include
|
INCDIRS = -I$(SYSTEMC)/include -I$(SYSC_INC_DIR)
|
INCDIRS = -I$(SYSTEMC)/include -I$(SYSC_INC_DIR)
|
|
|
# Local objects
|
# Local objects
|
OBJS = Or1200MonitorSC.o \
|
OBJS = DebugUnitSC.o \
|
|
GdbServerSC.o \
|
|
JtagSC.o \
|
|
TapAction.o \
|
|
TapActionDRScan.o \
|
|
TapActionIRScan.o \
|
|
TapActionReset.o \
|
|
TapStateMachine.o \
|
|
MemCache.o \
|
|
MpHash.o \
|
|
Or1200MonitorSC.o \
|
ResetSC.o \
|
ResetSC.o \
|
|
RspConnection.o \
|
|
RspPacket.o \
|
|
SprCache.o \
|
|
Utils.o \
|
UartSC.o
|
UartSC.o
|
LIB = libmodules.a
|
LIB = libmodules.a
|
|
|
ifdef VLT_DEBUG
|
ifdef VLT_DEBUG
|
CXXFLAGS += -g
|
CXXFLAGS += -g
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.