Changeset 1014 for branches/reconfiguration/modules/vci_mem_cache/include
- Timestamp:
- Sep 14, 2015, 9:42:14 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/modules/vci_mem_cache/include/soclib/mem_cache.h
r1011 r1014 181 181 MEMC_RERROR_ADDR_LO = 0, 182 182 MEMC_RERROR_ADDR_HI, 183 MEMC_RERROR_SRCID, 183 MEMC_RERROR_SRCID, 184 184 MEMC_RERROR_IRQ_RESET, 185 185 MEMC_RERROR_IRQ_ENABLE 186 186 }; 187 187 188 #define MEMC_REG(func,idx) ((func<<7)|idx) 188 #define MEMC_REG(func,idx) ((func<<7)|idx) 189 189 190 190 #endif /* MEM_CACHE_REGS_H */
Note: See TracChangeset
for help on using the changeset viewer.