- Timestamp:
- Jul 9, 2014, 5:36:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fault_tolerance/modules/vci_io_bridge/caba/source/src/vci_io_bridge.cpp
r724 r742 736 736 { 737 737 assert( p_vci_tgt_iox.eop.read() and 738 (p_vci_tgt_iox.cmd == vci_param_int::CMD_WRITE) and738 (p_vci_tgt_iox.cmd.read() == vci_param_int::CMD_WRITE) and 739 739 "ERROR in VCI_IOB illegal VCI WTI command from IOX network"); 740 740
Note: See TracChangeset
for help on using the changeset viewer.