Changeset 553 for soft/giet_vm/Makefile


Ignore:
Timestamp:
Apr 5, 2015, 12:31:21 AM (10 years ago)
Author:
alain
Message:

Introduce a new generic parameter ioc_type in the Makefile
to be transmit to the genmap tool. Possible values are (BDV / HBA / SDC / RDK)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r536 r553  
    1010# Parameters definition
    1111ARCH      ?= ../tsar-trunk-svn-2013/platforms/tsar_generic_iob
    12 X_SIZE    ?= 1
    13 Y_SIZE    ?= 1
    14 NB_PROCS  ?= 6
    15 NB_TTYS   ?= 1
     12X_SIZE    ?= 4
     13Y_SIZE    ?= 4
     14NB_PROCS  ?= 4
     15NB_TTYS   ?= 5
    1616FBF_WIDTH ?= 128
     17IOC_TYPE  ?= HBA
    1718APP       ?= classif
    1819
     
    230231                       --tty=$(NB_TTYS)   \
    231232                       --fbf=$(FBF_WIDTH) \
     233                       --ioc=$(IOC_TYPE)  \
    232234                       --giet=.           \
    233235                       --$(APP)           \
Note: See TracChangeset for help on using the changeset viewer.