Changeset 303 for soft/giet_vm


Ignore:
Timestamp:
Apr 14, 2014, 6:49:07 PM (10 years ago)
Author:
cfuguet
Message:

Modifying TICK_VALUE to 32K cycles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r299 r303  
    4040#define GIET_OPEN_FILES_MAX      16         /* max simultaneously open files */
    4141#define GIET_NB_VSPACE_MAX           64                 /* max number of virtual spaces */
    42 #define GIET_TICK_VALUE          0xFFFFFFFF /* context switch period (number of cycles) */
     42#define GIET_TICK_VALUE          0x00008000 /* context switch period (number of cycles) */
    4343#define GIET_USE_IOMMU           0          /* IOMMU activated when non zero */
    4444#define GIET_NO_HARD_CC          0          /* No hard cache coherence when non zero */
Note: See TracChangeset for help on using the changeset viewer.