Changeset 633 for soft


Ignore:
Timestamp:
Jul 18, 2015, 3:21:58 PM (9 years ago)
Author:
alain
Message:

Introduce support for the new field "ltid" in the "mapping_task_t" structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_python/mapping.py

    r565 r633  
    20762076        byte_stream += mapping.int2bytes(4, vseg_heap_id)  # heap vseg local index
    20772077        byte_stream += mapping.int2bytes(4, self.startid)  # index in start vector
     2078        byte_stream += mapping.int2bytes(4 ,0)             # ltid (dynamically computed)
    20782079
    20792080        if ( verbose ):
Note: See TracChangeset for help on using the changeset viewer.