Ignore:
Timestamp:
Oct 11, 2015, 6:23:18 PM (9 years ago)
Author:
alain
Message:

Adapt the router application to the POSIX API.

File:
1 edited

Legend:

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

    r712 r720  
    5656
    5757    # create vspace
    58     vspace = mapping.addVspace( name = 'classif', startname = 'classif_data', active = False )
     58    vspace = mapping.addVspace( name = 'classif',
     59                                startname = 'classif_data',
     60                                active = False )
    5961   
    6062    # data vseg : shared / cluster[0][0]
     
    8890                                 local = True )
    8991
    90     # stacks vsegs: local (one stack per processor => nprocs stacks per cluster)
     92    # stacks vsegs: local (one stack per thread => nprocs stacks per cluster)
    9193    # ... plus main_stack in cluster[0][0]
    9294    mapping.addVseg( vspace, 'main_stack',
     
    133135                                       'classif_stack_%d_%d_%d' % (x,y,p),
    134136                                       'classif_heap_%d_%d' % (x,y),
    135                                        start_index )   # index in start_vector
     137                                       start_index ) 
    136138
    137139    # extend mapping name
Note: See TracChangeset for help on using the changeset viewer.