Ignore:
Timestamp:
Jul 27, 2015, 8:40:45 PM (9 years ago)
Author:
alain
Message:

Introduce support for the "shared" argument in the giet_tty_alloc() system call,
and replace the giet_shr_printf() system call by giet_tty_printf().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/convol/convol.py

    r610 r669  
    4040   
    4141    data_base  = 0x20000000
    42     data_size  = 0x00010000     # 64 Kbytes (non replicated)
     42    data_size  = 0x00020000     # 128 Kbytes (non replicated)
    4343
    4444    heap_base  = 0x40000000     
     
    4949
    5050    # create Vspace
    51     vspace = mapping.addVspace( name = 'convol', startname = 'conv_data' )
     51    vspace = mapping.addVspace( name = 'convol', startname = 'conv_data', active = False )
    5252   
    5353    # data vseg in cluster[0,0] : non local
Note: See TracChangeset for help on using the changeset viewer.