Ignore:
Timestamp:
Apr 9, 2013, 12:34:25 PM (11 years ago)
Author:
simerabe
Message:

bugfix : preempt in case of broadcast, palloc in case of single flit

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  
    436436                                                cmd_fifo_data  = p_ring_in.cmd_data;
    437437
    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;
    442445       
    443446                                        }
Note: See TracChangeset for help on using the changeset viewer.