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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [testbench/] [Makefile.am] - Diff between revs 574 and 576

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

Rev 574 Rev 576
Line 19... Line 19...
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#
 
 
################### Tests #####################
################### Tests #####################
# tests in this directory
# tests in this directory
OR1K_TESTS = basic cache cfg dmatest eth mmu except_test pic
OR1K_TESTS = basic cache cfg dmatest eth mmu except_test pic int_test
IND_TESTS = exit cbasic local_global mul mycompress dhry functest mem_test
IND_TESTS = exit cbasic local_global mul mycompress dhry functest mem_test
# inst_set_test
# inst_set_test
ACV_TESTS = acv_uart acv_gpio
ACV_TESTS = acv_uart acv_gpio
MC_TESTS = mc_dram mc_ssram mc_async mc_sync
MC_TESTS = mc_dram mc_ssram mc_async mc_sync
# Subdirectory tests
# Subdirectory tests
Line 91... Line 91...
acv_gpio_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
acv_gpio_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
mmu_SOURCES = $(OR1K_SUPPORT_S) support.h mmu.c mmu_asm.S
mmu_SOURCES = $(OR1K_SUPPORT_S) support.h mmu.c mmu_asm.S
mmu_LDFLAGS = -T$(OR1K_SRCDIR)/xess.ld
mmu_LDFLAGS = -T$(OR1K_SRCDIR)/xess.ld
except_test_SOURCES = except_test_s.S except_test.c spr_defs.h
except_test_SOURCES = except_test_s.S except_test.c spr_defs.h
except_test_LDFLAGS = -T$(OR1K_SRCDIR)/xess.ld
except_test_LDFLAGS = -T$(OR1K_SRCDIR)/xess.ld
 
int_test_SOURCES = spr_defs.h int_test.S
 
int_test_LDFLAGS = -T$(OR1K_SRCDIR)/xess.ld
 
int_test_LDADD =
################################################
################################################
 
 
else
else
 
 
##### Platform Dependent Tests - not OR1K #####
##### Platform Dependent Tests - not OR1K #####
Line 106... Line 109...
eth_SOURCES =
eth_SOURCES =
acv_uart_SOURCES =
acv_uart_SOURCES =
acv_gpio_SOURCES =
acv_gpio_SOURCES =
mmu_SOURCES =
mmu_SOURCES =
except_SOURCES =
except_SOURCES =
 
int_test_SOURCES =
###############################################
###############################################
 
 
endif
endif
 
 
## Neccessary stuff
## Neccessary stuff

powered by: WebSVN 2.1.0

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