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

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 451 to Rev 452
    Reverse comparison

Rev 451 → Rev 452

/trunk/or1ksim/testbench/Makefile.am
21,15 → 21,16
 
################### Tests #####################
# tests in this directory
OR1K_TESTS = basic cache excpt cfg dmatest eth mmu # pic
OR1K_TESTS = basic cache excpt cfg dmatest eth mmu pic
IND_TESTS = exit cbasic local_global mul mycompress dhry functest
ACV_TESTS = acv_uart
MC_TESTS = mc_dram mc_ssram mc_async mc_sync mc_reg
# Subdirectory tests
SUB_TESTS =
OR1K_SUB_TESTS = uos
###############################################
 
ALL_TESTS = $(IND_TESTS) $(OR1K_TESTS) $(ACV_TESTS)
ALL_TESTS = $(IND_TESTS) $(OR1K_TESTS) $(ACV_TESTS) $(MC_TESTS)
TESTS = $(IND_TESTS) $(OR1K_TESTS)
bin_PROGRAMS = $(ALL_TESTS)
 
50,6 → 51,17
functest_LDFLAGS = -T$(OR1K_SRCDIR)/except.ld
###############################################
 
######### MC Tests ############################
mc_dram_SOURCES = except_mc.S mc_common.h mc_common.c mc_dram.h mc_dram.c
mc_dram_LDFLAGS = -T$(OR1K_SRCDIR)except_mc.ld
mc_ssram_SOURCES = except_mc.S mc_common.h mc_common.c mc_ssramh mc_ssram.c
mc_ssram_LDFLAGS = -T$(OR1K_SRCDIR)except_mc.ld
mc_async_SOURCES = except_mc.S mc_common.h mc_common.c mc_async.h mc_async.c
mc_async_LDFLAGS = -T$(OR1K_SRCDIR)except_mc.ld
mc_sync_SOURCES = except_mc.S mc_common.h mc_common.c mc_sync.h mc_sync.c
mc_sync_LDFLAGS = -T$(OR1K_SRCDIR)except_mc.ld
###############################################
 
if OR1K_EXCEPT
 
####### Platform Dependent Tests - OR1K ########

powered by: WebSVN 2.1.0

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