Ignore:
Timestamp:
Oct 16, 2014, 10:57:43 AM (10 years ago)
Author:
cfuguet
Message:

reconf: adding external access type to read/write WDT threshold

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/modules/vci_cc_vcache_wrapper/caba/source/include/vci_cc_vcache_wrapper.h

    r845 r846  
    277277    };
    278278
    279 //    enum transaction_type_d_e
    280 //    {
    281 //        // b0 : 1 if cached
    282 //        // b1 : 1 if instruction
    283 //        TYPE_DATA_UNC     = 0x0,
    284 //        TYPE_DATA_MISS    = 0x1,
    285 //        TYPE_INS_UNC      = 0x2,
    286 //        TYPE_INS_MISS     = 0x3,
    287 //    };
     279    // this enumeration type extends the ExternalAcessTypes defined in iss2.h
     280    enum xtn_cop2_extension_e {
     281        XTN_WDT_MAX = 26,              // Read & Write the watchdog timer threshold
     282    };
    288283
    289284public:
Note: See TracChangeset for help on using the changeset viewer.