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_one_fifo_genMealy_decod_out.cpp

    r111 r115  
    6666              // ....... max ...X... min ....... KO
    6767             
    68               Tcontrol_t   is_valid      = ((depth == depth_min) or
    69                                             depth_full or
    70                                             ((depth_min <= depth_max)?
    71                                              ((depth >= depth_min) and (depth <=depth_max)):
    72                                              ((depth >= depth_min) or  (depth <=depth_max))));
     68              Tcontrol_t is_valid = true;
     69//               Tcontrol_t   is_valid      = ((depth == depth_min) or
     70//                                             depth_full or
     71//                                             ((depth_min <= depth_max)?
     72//                                              ((depth >= depth_min) and (depth <=depth_max)):
     73//                                              ((depth >= depth_min) or  (depth <=depth_max))));
    7374              //Tcontrol_t is_valid        = ((depth == depth_min) or
    7475              //                              ((depth_min < depth_max)?
Note: See TracChangeset for help on using the changeset viewer.