Changeset 420


Ignore:
Timestamp:
Sep 29, 2014, 1:12:46 PM (10 years ago)
Author:
alain
Message:

cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r418 r420  
    88AR = mipsel-unknown-elf-ar
    99
    10 ARCH ?= ../tsar-trunk-svn-2013/platforms/tsar_generic_iob
    11 X    ?= 2
    12 Y    ?= 2
    13 P    ?= 2
    14 FBF  ?= 1024
    15 APP  ?= convol
     10ARCH      ?= ../tsar-trunk-svn-2013/platforms/tsar_generic_iob
     11X_SIZE    ?= 2
     12Y_SIZE    ?= 2
     13NPROCS    ?= 2
     14FBF_WIDTH ?= 1024
     15APP       ?= convol
    1616
    1717.PHONY: map.bin
     
    195195### mapping generation: map.bin / map.xml / hard_config.h / giet_vsegs.ld
    196196map.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=.
    205205
    206206### drivers compilation
Note: See TracChangeset for help on using the changeset viewer.