Changeset 531 for trunk/modules/vci_mem_cache
- Timestamp:
- Sep 20, 2013, 9:39:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r530 r531 2738 2738 2739 2739 // check that SC command has constant address 2740 assert( not is_sc or (index == r_write_word_index) &&2740 assert((not is_sc or (index == r_write_word_index)) && 2741 2741 "MEMC ERROR in WRITE_NEXT state: " 2742 2742 "the address must be constant on a SC command"); 2743 2743 2744 2744 // check that SC command has two flits 2745 assert( not is_sc or m_cmd_write_eop_fifo.read() &&2745 assert((not is_sc or m_cmd_write_eop_fifo.read()) && 2746 2746 "MEMC ERROR in WRITE_NEXT state: " 2747 2747 "invalid packet format for SC command");
Note: See TracChangeset
for help on using the changeset viewer.