Changeset 824 for soft/giet_vm/applications/transpose
- Timestamp:
- Nov 26, 2016, 7:33:20 PM (8 years ago)
- Location:
- soft/giet_vm/applications/transpose
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/transpose/Makefile
r708 r824 8 8 APP_NAME = transpose 9 9 10 OBJS = transpose.o10 OBJS = transpose.o 11 11 12 12 LIBS= -L../../build/libs -luser … … 16 16 LIB_DEPS = ../../build/libs/libuser.a 17 17 18 appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS) 18 appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS) $(APP_NAME).py 19 19 $(LD) -o $@ -T $(APP_NAME).ld $(OBJS) $(LIBS) 20 20 $(DU) -D $@ > $@.txt -
soft/giet_vm/applications/transpose/transpose.py
r775 r824 15 15 # - The code vsegs are replicated on all clusters containing processors. 16 16 # - There is one heap vseg per cluster containing processors. 17 # - The stacks vsegs are dist ibuted on all clusters containing processors.17 # - The stacks vsegs are distributed on all clusters containing processors. 18 18 # This mapping uses 5 platform parameters, (obtained from the "mapping" argument) 19 19 # - x_size : number of clusters in a row
Note: See TracChangeset
for help on using the changeset viewer.