Changeset 420 for soft/giet_vm/Makefile
- Timestamp:
- Sep 29, 2014, 1:12:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r418 r420 8 8 AR = mipsel-unknown-elf-ar 9 9 10 ARCH ?= ../tsar-trunk-svn-2013/platforms/tsar_generic_iob11 X ?= 212 Y ?= 213 P?= 214 FBF 15 APP ?= convol10 ARCH ?= ../tsar-trunk-svn-2013/platforms/tsar_generic_iob 11 X_SIZE ?= 2 12 Y_SIZE ?= 2 13 NPROCS ?= 2 14 FBF_WIDTH ?= 1024 15 APP ?= convol 16 16 17 17 .PHONY: map.bin … … 195 195 ### mapping generation: map.bin / map.xml / hard_config.h / giet_vsegs.ld 196 196 map.bin hard_config.h giet_vsegs.ld: $(ARCH)/arch.py $(APP)/$(APP).py 197 giet_python/genmap --arch=$(ARCH) \198 --x=$(X)\199 --y=$(Y)\200 --p=$(P)\201 --fbf=$(FBF)\202 --giet=.\203 --$(APP)\204 --xml=.197 giet_python/genmap --arch=$(ARCH) \ 198 --x=$(X_SIZE) \ 199 --y=$(Y_SIZE) \ 200 --p=$(NPROCS) \ 201 --fbf=$(FBF_WIDTH) \ 202 --giet=. \ 203 --$(APP) \ 204 --xml=. 205 205 206 206 ### drivers compilation
Note: See TracChangeset
for help on using the changeset viewer.