Changeset 247 for soft/giet_vm


Ignore:
Timestamp:
Jul 17, 2013, 9:58:40 AM (11 years ago)
Author:
alain
Message:

Introducing Configuration registers in MEMC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/sys/hwr_mapping.h

    r238 r247  
    158158};
    159159
     160/* Memory Cache (TSAR) */
     161enum SoclibMemCacheConfigRegs
     162{
     163    MEMC_LOCK,
     164    MEMC_CMD_TYPE,
     165    MEMC_ADDR_LO,
     166    MEMC_ADDR_HI,
     167    MEMC_BUF_LENGTH
     168};
     169
     170enum SoclibMemCacheConfigCmd
     171{
     172    MEMC_CMD_NOP,
     173    MEMC_CMD_INVAL,
     174    MEMC_CMD_SYNC
     175};
     176
    160177#endif
    161178
Note: See TracChangeset for help on using the changeset viewer.