Ignore:
Timestamp:
Apr 9, 2013, 5:10:25 PM (11 years ago)
Author:
joannou
Message:

bugfix : correctly updating the r_preempt register

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v5/modules/dspin_local_ring_fast_c/caba/source/include/dspin_half_gateway_initiator_fast_c.h

    r358 r359  
    188188                         << std::endl;
    189189#endif
    190                                 //r_preempt    = tga;
     190                                r_preempt    = tga;
    191191
    192192                                if (m_cmd_fifo.read() & 0x1 == 0x1) // broadcast
     
    201201                                else    if (tga)
    202202                                        {
    203                                                 r_preempt = 1;
     203                                                //r_preempt = 1;
    204204
    205205                                                cmd_fifo_get   = p_ring_in.cmd_r;
Note: See TracChangeset for help on using the changeset viewer.