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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gdb-6.8/] [pre-binutils-2.20.1-sync/] [sim/] [testsuite/] [sim/] [arm/] [iwmmxt/] [iwmmxt.exp] - Diff between revs 157 and 223

Only display areas with differences | Details | Blame | View Log

Rev 157 Rev 223
# Intel(r) Wireless MMX(tm) technology simulator testsuite.
# Intel(r) Wireless MMX(tm) technology simulator testsuite.
if { [istarget xscale*-*-*] } {
if { [istarget xscale*-*-*] } {
    # load support procs (none yet)
    # load support procs (none yet)
    # load_lib cgen.exp
    # load_lib cgen.exp
    # all machines
    # all machines
    set all_machs "xscale"
    set all_machs "xscale"
    if [is_remote host] {
    if [is_remote host] {
      remote_download host $srcdir/$subdir/testutils.inc
      remote_download host $srcdir/$subdir/testutils.inc
    }
    }
    # The .cgs suffix is for "cgen .s".
    # The .cgs suffix is for "cgen .s".
    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
        # If we're only testing specific files and this isn't one of them,
        # If we're only testing specific files and this isn't one of them,
        # skip it.
        # skip it.
        if ![runtest_file_p $runtests $src] {
        if ![runtest_file_p $runtests $src] {
            continue
            continue
        }
        }
        run_sim_test $src $all_machs
        run_sim_test $src $all_machs
    }
    }
    if [is_remote host] {
    if [is_remote host] {
      remote_file host delete testutils.inc
      remote_file host delete testutils.inc
    }
    }
}
}
 
 

powered by: WebSVN 2.1.0

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