- Timestamp:
- Dec 17, 2013, 11:11:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache/caba/source/include/xram_transaction.h
r549 r601 401 401 void write_rsp(const size_t index, 402 402 const size_t word, 403 const wide_data_t data) 403 const wide_data_t data, 404 const bool rerror) 404 405 { 405 406 data_t value; … … 417 418 assert( (tab[index].xram_read ) and 418 419 "MEMC ERROR: TRT entry is not a GET in TRT write_rsp()"); 420 421 if ( rerror ) 422 { 423 tab[index].rerror = true; 424 return; 425 } 419 426 420 427 // first 32 bits word
Note: See TracChangeset
for help on using the changeset viewer.