Changeset 712 for soft/giet_vm/applications/classif
- Timestamp:
- Oct 7, 2015, 11:56:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/classif/classif.py
r708 r712 125 125 elif ( p== 1 ): # thread store 126 126 start_index = 2 127 thread_name = 'stor e_%d_%d_%d' %(x,y,p)127 thread_name = 'stor_%d_%d_%d' %(x,y,p) 128 128 else : # thread analyse 129 129 start_index = 1 130 thread_name = 'anal yse_%d_%d_%d' % (x,y,p)130 thread_name = 'anal_%d_%d_%d' % (x,y,p) 131 131 132 132 mapping.addThread( vspace, thread_name, False , x, y, p,
Note: See TracChangeset
for help on using the changeset viewer.