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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [testbench/] [mc_async.c] - Diff between revs 454 and 472

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

Rev 454 Rev 472
Line 65... Line 65...
    unsigned long mc_sel;
    unsigned long mc_sel;
    REGISTER mc_tms;
    REGISTER mc_tms;
    REGISTER mc_cs;
    REGISTER mc_cs;
 
 
    /* set configuration */
    /* set configuration */
    if ( (ret = set_config()) != 0) {
    /* MC initialization done in except_mc.S prior to execution of main()
        exit(ret);
    if ( (ret = set_config()) != 0) {
    }
        exit(ret);
 
    }
 
    */
 
 
    for (ch=0; ch<8; ch++) {
    for (ch=0; ch<8; ch++) {
        if (MC_ASYNC_CSMASK & (0x01 << ch) ) {
        if (MC_ASYNC_CSMASK & (0x01 << ch) ) {
            printf ("--- Begin Test on CS%d ---\n", ch);
            printf ("--- Begin Test on CS%d ---\n", ch);
 
 

powered by: WebSVN 2.1.0

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