Ignore:
Timestamp:
Jan 14, 2016, 10:13:09 AM (8 years ago)
Author:
cfuguet
Message:

Improving the configuration infrastructure of the coremark application

File:
1 edited

Legend:

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

    r753 r756  
    9090                       'main_stack',
    9191                       'coremark_heap_0_0',
    92                        1 )                      # index in start_vector
     92                       2 )                      # index in start_vector
    9393
    9494    for x in xrange (x_size):
     
    101101                                       'coremark_stack_%d_%d_%d' % (x,y,p),
    102102                                       'coremark_heap_%d_%d' % (x,y),
    103                                        0 )
     103                                       1 )
    104104
    105105    # extend mapping name
Note: See TracChangeset for help on using the changeset viewer.