Changeset 635 for soft


Ignore:
Timestamp:
Jul 18, 2015, 3:28:28 PM (9 years ago)
Author:
alain
Message:

Introduce the GIET_SR_INIT_VALUE configuration variable.
(It was previously hard-coded in the boot code).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r595 r635  
    5858#define GIET_ISR_TYPE_MAX        32            /* max number of ISR types */
    5959#define GIET_ISR_CHANNEL_MAX     8             /* max number of ISR channels */
    60 #define GIET_SDC_PERIOD          2             /* number of systemcycles in SDC period*/
     60#define GIET_SDC_PERIOD          2             /* number of system cycles in SDC period */
     61#define GIET_SR_INIT_VALUE       0x2000FF13    /* SR initial value (before eret) */
    6162
    6263#endif
Note: See TracChangeset for help on using the changeset viewer.