Changeset 358 for branches/v5/modules/dspin_local_ring_fast_c/caba/source/include/dspin_local_ring_target_fast_c.h
- Timestamp:
- Apr 9, 2013, 12:34:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/modules/dspin_local_ring_fast_c/caba/source/include/dspin_local_ring_target_fast_c.h
r330 r358 436 436 cmd_fifo_data = p_ring_in.cmd_data; 437 437 438 if (eop && m_cmd_fifo.wok()) 439 r_ring_cmd_fsm = CMD_IDLE; 440 else 441 r_ring_cmd_fsm = PALLOC2; 438 if (!eop) 439 r_ring_cmd_fsm = PALLOC2; 440 441 //if (eop && m_cmd_fifo.wok()) 442 // r_ring_cmd_fsm = CMD_IDLE; 443 //else 444 // r_ring_cmd_fsm = PALLOC2; 442 445 443 446 }
Note: See TracChangeset
for help on using the changeset viewer.