Changeset 646 for branches/RWT/modules/vci_mem_cache
- Timestamp:
- Feb 28, 2014, 4:45:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RWT/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r644 r646 1404 1404 // ==> TYPE_WRITE = X100 with the TSAR encoding 1405 1405 // ==> mask = 0b0111 = 0x7 1406 assert(((p_vci_tgt.pktid.read() & 0x7) == 0x4 ) and1406 assert(((p_vci_tgt.pktid.read() & 0x7) == 0x4 or (p_vci_tgt.pktid.read() == 0x0)) and 1407 1407 "The type specified in the pktid field is incompatible with the WRITE CMD"); 1408 1408 r_tgt_cmd_fsm = TGT_CMD_WRITE;
Note: See TracChangeset
for help on using the changeset viewer.