Changeset 190 for trunk/modules/vci_synthetic_initator
- Timestamp:
- Feb 8, 2012, 9:33:35 PM (13 years ago)
- Location:
- trunk/modules/vci_synthetic_initator/caba/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_synthetic_initator/caba/sources/include/vci_synthetic_initiator.h
r146 r190 76 76 BC_RSP_WAIT_RSP 77 77 }; 78 79 80 81 78 82 79 protected: -
trunk/modules/vci_synthetic_initator/caba/sources/src/vci_synthetic_initiator.cpp
r180 r190 277 277 int id = -1; 278 278 for(size_t i = 1; i < m_tab_size; i++){ // ID 0 reserved for broadcast transactions 279 if( r_pending_fsm[i].read() == false)279 if( r_pending_fsm[i].read() == false ) 280 280 { 281 281 id = (int)i; … … 318 318 fifo_get = true; 319 319 r_cmd_fsm = VCI_IDLE; 320 } 320 break; 321 } 321 322 case VCI_BC_SEND: 322 323 { … … 342 343 if(p_vci.rtrdid.read() == 0) // not a broadcast 343 344 { 344 345 assert( ( r_pending_fsm[0].read() == true ) && 345 346 "illegal broadcast response received"); 346 347 r_bc_nrsp = r_bc_nrsp.read() - 1 ;
Note: See TracChangeset
for help on using the changeset viewer.