Changeset 617 for trunk/modules
- Timestamp:
- Jan 7, 2014, 4:28:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/trunk/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp merged eligible /branches/v5/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp 441-467
r605 r617 1252 1252 // ==> TYPE_WRITE = X100 with the TSAR encoding 1253 1253 // ==> mask = 0b0111 = 0x7 1254 assert((( p_vci_tgt.pktid.read() & 0x7) == 0x4) and1254 assert((((p_vci_tgt.pktid.read() & 0x7) == 0x4) or ((p_vci_tgt.pktid.read() & 0x7) == 0x0)) and 1255 1255 "The type specified in the pktid field is incompatible with the WRITE CMD"); 1256 1256 r_tgt_cmd_fsm = TGT_CMD_WRITE; -
Property
svn:mergeinfo
set to
(toggle deleted branches)
Note: See TracChangeset
for help on using the changeset viewer.