Changeset 254 for soft/giet_vm/pgcd


Ignore:
Timestamp:
Aug 27, 2013, 5:41:51 PM (11 years ago)
Author:
alain
Message:

Improving support for Chained Buffer DMA in drivers.c file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/pgcd/main.c

    r191 r254  
    77    unsigned int opy;
    88
    9     giet_tty_printf(" Interactive PGCD \n");
     9    giet_tty_printf("Starting task PGCD on processor %d at cycle %d\n",
     10                   giet_procid(), giet_proctime());
    1011
    1112    while (1)
     
    2021        if( (opx == 0) || (opy == 0) )
    2122        {
    22             giet_tty_printf("operands must be larger than 0\n");
     23           giet_tty_printf("operands must be larger than 0\n");
    2324        }
    2425        else
Note: See TracChangeset for help on using the changeset viewer.