Changeset 457 for soft/giet_vm/applications/transpose
- Timestamp:
- Dec 5, 2014, 3:41:22 PM (11 years ago)
- File:
-
- 1 edited
-
soft/giet_vm/applications/transpose/transpose.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/transpose/transpose.py
r444 r457 64 64 for p in xrange( nprocs ): 65 65 proc_id = (((x * y_size) + y) * nprocs) + p 66 size = stack_size / nprocs66 size = (stack_size / nprocs) & 0xFFFFF000 67 67 base = stack_base + (proc_id * size) 68 68 mapping.addVseg( vspace, 'trsp_stack_%d_%d_%d' % (x,y,p), base, size,
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)