Changeset 553 for soft


Ignore:
Timestamp:
Apr 5, 2015, 12:31:21 AM (9 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)

Location:
soft/giet_vm
Files:
2 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)           \
  • soft/giet_vm/giet_config.h

    r535 r553  
    3232#define GIET_DEBUG_SWITCH         0         /* context switchs  */
    3333#define GIET_DEBUG_IRQS           0         /* interrupts */
    34 #define GIET_DEBUG_IOC_DRIVER     0         /* IOC access */
     34#define GIET_DEBUG_IOC_DRIVER     0         /* IOC access: BDV, HBA, SDC, RDK */
    3535#define GIET_DEBUG_TTY_DRIVER     0         /* TTY access */
    3636#define GIET_DEBUG_DMA_DRIVER     0         /* DMA access */
Note: See TracChangeset for help on using the changeset viewer.