URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 90 |
Rev 98 |
Line 1... |
Line 1... |
# Makefile.am for or1ksim OR1K test program: loop
|
# Makefile.am for or1ksim OR1K various loop test programs.
|
|
|
# Copyright (C) Embecosm Limited, 2010
|
# Copyright (C) Embecosm Limited, 2010
|
|
|
# Contributor Jeremy Bennett
|
# Contributor Jeremy Bennett
|
|
|
Line 22... |
Line 22... |
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
# This code is commented throughout for use with Doxygen.
|
# This code is commented throughout for use with Doxygen.
|
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
|
|
|
|
# A test program which just loops.
|
# Test programs which just loop. One does nothing, one initializes certain
|
check_PROGRAMS = loop
|
# addresses and SPR's (for testing reading through JTAG), one reports certain
|
|
# addresses and SPR's which have been changed (for testing writing through
|
|
# JTAG).
|
|
check_PROGRAMS = loop \
|
|
loop-init \
|
|
loop-report
|
|
|
|
# Simple loop
|
loop_SOURCES = loop.c
|
loop_SOURCES = loop.c
|
|
|
loop_LDFLAGS = -T$(srcdir)/../default.ld
|
loop_LDFLAGS = -T$(srcdir)/../default.ld
|
|
|
loop_LDADD = ../except/except.lo \
|
loop_LDADD = ../except/except.lo \
|
../support/libsupport.la
|
../support/libsupport.la
|
|
|
|
# Loop with initialization
|
|
loop_init_SOURCES = loop-init.c
|
|
|
|
loop_init_LDFLAGS = -T$(srcdir)/../default.ld
|
|
|
|
loop_init_LDADD = ../except/except.lo \
|
|
../support/libsupport.la
|
|
|
|
# Loop with reporting
|
|
loop_report_SOURCES = loop-report.c
|
|
|
|
loop_report_LDFLAGS = -T$(srcdir)/../default.ld
|
|
|
|
loop_report_LDADD = ../except/except.lo \
|
|
../support/libsupport.la
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.