Changeset 633 for soft/giet_vm/giet_python
- Timestamp:
- Jul 18, 2015, 3:21:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_python/mapping.py
r565 r633 2076 2076 byte_stream += mapping.int2bytes(4, vseg_heap_id) # heap vseg local index 2077 2077 byte_stream += mapping.int2bytes(4, self.startid) # index in start vector 2078 byte_stream += mapping.int2bytes(4 ,0) # ltid (dynamically computed) 2078 2079 2079 2080 if ( verbose ):
Note: See TracChangeset
for help on using the changeset viewer.