Ignore:
Timestamp:
Dec 20, 2013, 7:55:55 PM (11 years ago)
Author:
rolagamo
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • PROJECT_CORE_MPI/CORE_MPI/BRANCHES/v1.00/round_robbin_machine.vhd

    r15 r70  
    4545begin
    4646-- instruction disponible si au moins un fifo n'est pas vide
    47 instruction_available <= '0' when instruction_fifo_empty = '1' and get_request_fifo_empty = '1' else
    48                                                                  '1';
     47instruction_available <= '1' when instruction_fifo_empty = '0' or get_request_fifo_empty = '0' else
     48                                                                 '0';
    4949--signal  indiquant a EX1_FSM le fifo selectionne
    5050fifo_selected <= fifo_selected_signal;
Note: See TracChangeset for help on using the changeset viewer.