Changeset 740 for trunk/modules/vci_io_bridge/caba/source
- Timestamp:
- Jul 7, 2014, 12:32:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_io_bridge/caba/source/src/vci_io_bridge.cpp
r720 r740 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.