Ignore:
Timestamp:
Apr 20, 2009, 11:29:17 PM (15 years ago)
Author:
rosiere
Message:

1) Write queue with mealy
2) Network : fix bug
3) leak memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Decod_unit/Decod_queue/src/Decod_queue_function_multi_fifo_genMealy_decod_out.cpp

    r111 r115  
    6363            // ....... max ...X... min ....... KO
    6464           
    65             Tcontrol_t   is_valid      = ((depth == depth_min) or
    66                                           depth_full or
    67                                           ((depth_min <= depth_max)?
    68                                            ((depth >= depth_min) and (depth <=depth_max)):
    69                                            ((depth >= depth_min) or  (depth <=depth_max))));
     65            Tcontrol_t is_valid = true;
     66
     67//             Tcontrol_t   is_valid      = ((depth == depth_min) or
     68//                                           depth_full or
     69//                                           ((depth_min <= depth_max)?
     70//                                            ((depth >= depth_min) and (depth <=depth_max)):
     71//                                            ((depth >= depth_min) or  (depth <=depth_max))));
    7072            //Tcontrol_t is_valid        = ((depth == depth_min) or
    7173            //                              ((depth_min < depth_max)?
Note: See TracChangeset for help on using the changeset viewer.