Changeset 649 for soft


Ignore:
Timestamp:
Jul 22, 2015, 1:12:10 PM (9 years ago)
Author:
alain
Message:

Bloup.

Location:
soft/giet_vm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r611 r649  
    2323GENMAP_APPLIS := $(addprefix --,$(APPLIS))
    2424
    25 # build the list of applications used as dependencies by genmap
    26 APPLIS_PY     := $(addsuffix /$(APPLIS).py,$(addprefix applications/,$(APPLIS)))
     25# build the list of application.py (used as dependencies by genmap)
     26APPLIS_PY      = applications/classif/classif.py        \
     27                 applications/convol/convol.py          \
     28                 applications/coproc/coproc.py          \
     29                 applications/display/display.py        \
     30                 applications/dhrystone/dhrystone.py    \
     31                 applications/gameoflife/gameoflife.py  \
     32                 applications/ocean/ocean.py            \
     33                 applications/router/router.py          \
     34                 applications/shell/shell.py            \
     35                 applications/sort/sort.py              \
     36                 applications/transpose/transpose.py
    2737
    2838# build the list of applications to be executed (used in the all rule)
  • soft/giet_vm/giet_config.h

    r635 r649  
    3737#define GIET_DEBUG_FBF_CMA        0            /* FBF_CMA access */
    3838#define GIET_DEBUG_COPROC         0            /* coprocessor access */
     39#define GIET_DEBUG_EXEC           0            /* kill/exec mechanism */
    3940
    4041#define GIET_DEBUG_USER_MALLOC    0            /* malloc library */
     
    5152#define GIET_OPEN_FILES_MAX      16            /* max simultaneously open files */
    5253#define GIET_NB_VSPACE_MAX       16            /* max number of virtual spaces */
    53 #define GIET_TICK_VALUE          0x00100000    /* context switch period (cycles) */
     54#define GIET_TICK_VALUE          0x00010000    /* context switch period (cycles) */
    5455#define GIET_USE_IOMMU           0             /* IOMMU activated when non zero */
    5556#define GIET_NO_HARD_CC          0             /* No hard cache coherence */
Note: See TracChangeset for help on using the changeset viewer.