Ignore:
Timestamp:
Sep 29, 2014, 12:02:13 PM (10 years ago)
Author:
alain
Message:

Introducing support for the PIC_MASK register in pic_driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/bdv_driver.c

    r357 r413  
    128128unsigned int y       = cxy & ((1<<Y_WIDTH) - 1);
    129129
    130 _printf("\n[BDV DEBUG] Processor[%d,%d,%d] enters _bdv_access() at cycle %d\n"
     130_printf("\n[BDV DEBUG] _bdv_access() : P[%d,%d,%d] enters at cycle %d\n"
    131131        " - mode    = %d\n"
    132132        " - paddr   = %l\n"
     
    160160
    161161#if GIET_DEBUG_IOC_DRIVER
    162 _printf("\n[BDV DEBUG] _bdv_access() : transfert launched in polling mode\n");
     162_printf("\n[BDV DEBUG] _bdv_access() : transfer launched in polling mode\n");
    163163#endif
    164164        unsigned int status;
     
    231231
    232232#if GIET_DEBUG_IOC_DRIVER
    233 _printf("\n[BDV DEBUG] Processor[%d,%d,%d] exit _bdv_access() at cycle %d\n",
    234         x, y, lpid, _get_proctime() );
     233_printf("\n[BDV DEBUG] _bdv_access() : P[%d,%d,%d] exit at cycle %d / error = %d\n",
     234        x, y, lpid, _get_proctime(), error );
    235235#endif
    236236
Note: See TracChangeset for help on using the changeset viewer.