Changeset 258 for soft/giet_vm/sort
- Timestamp:
- Dec 4, 2013, 7:48:04 PM (11 years ago)
- Location:
- soft/giet_vm/sort
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/sort/main.c
r257 r258 45 45 // threads 46 46 47 #define NPROCS 1647 #define NPROCS 4 48 48 #define ARRAY_LENGTH (NPROCS * 128) 49 49 #define IPP (ARRAY_LENGTH / NPROCS) // ITEMS PER PROCESSOR -
soft/giet_vm/sort/sort.ld
r256 r258 3 3 *****************************************************************************/ 4 4 5 seg_data_base = 0x00800000;6 5 seg_code_base = 0x00400000; 6 seg_data_base = 0x00500000; 7 7 8 8 /***************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.