Changeset 451 for trunk/modules/vci_block_device_tsar
- Timestamp:
- Jul 18, 2013, 6:46:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_block_device_tsar/caba/source/src/vci_block_device_tsar.cpp
r433 r451 552 552 p_vci_target.cmdack = false; 553 553 p_vci_target.rspval = true; 554 p_vci_target.rdata = m_words_per_block* vci_param::B;554 p_vci_target.rdata = m_words_per_block*4; 555 555 p_vci_target.rerror = VCI_READ_OK; 556 556 break;
Note: See TracChangeset
for help on using the changeset viewer.