Ignore:
Timestamp:
May 16, 2009, 4:42:39 PM (15 years ago)
Author:
rosiere
Message:

1) Platforms : add new organization for test
2) Load_Store_Unit : add array to count nb_check in store_queue
3) Issue_queue and Core_Glue : rewrite the issue network
4) Special_Register_Unit : add reset value to register CID
5) Softwares : add multicontext test
6) Softwares : add SPECINT
7) Softwares : add MiBench?
7) Read_queue : inhib access for r0
8) Change Core_Glue (network) - dont yet support priority and load balancing scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Issue_queue/src/Issue_queue_function_out_of_order_genMoore.cpp

    r111 r117  
    109109          for (uint32_t i=0; i<_param->_nb_inst_issue; i++)
    110110            // test if no previous transaction and can accept this type
    111             if ((val[i] == 0) and _param->_table_issue_type [i][entry->_type])
     111            if ((val[i] == 0)
     112//                 and _param->_table_issue_type [i][entry->_type]
     113                )
    112114              {
    113115                // find a issue port
     
    168170              for (uint32_t i=0; i<_param->_nb_inst_issue; i++)
    169171                // test if no previous transaction and can accept this type
    170                 if ((val[i] == 0) and _param->_table_issue_type [i][entry->_type])
     172                if ((val[i] == 0)
     173//                     and _param->_table_issue_type [i][entry->_type]
     174                    )
    171175                  {
    172176                    // find a issue port
Note: See TracChangeset for help on using the changeset viewer.