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

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Parameters.cpp

    r113 r117  
    22 * $Id$
    33 *
    4  * [ Description ]
     4 * [ Description ]
    55 *
    66 */
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Parameters_copy.cpp

    r88 r117  
    5858
    5959    param->_size_store_queue_ptr                  = _size_store_queue_ptr                  ;
    60 //  param->_have_port_store_queue_ptr             = _have_port_store_queue_ptr             ; // always true (min = 1)
     60    param->_have_port_store_queue_ptr             = _have_port_store_queue_ptr             ; // always true (min = 1)
    6161
    6262    param->_size_general_data                     = _size_general_data                     ;
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/SPR_access_mode_implement_group.cpp

    r97 r117  
    3232            _spr_generic [GROUP_SYSTEM_AND_CONTROL ][  20]._user_access_mode       = SPR_ACCESS_MODE_READ_ONLY_COND;
    3333            _spr_generic [GROUP_SYSTEM_AND_CONTROL ][  20]._supervisor_access_mode = SPR_ACCESS_MODE_READ_WRITE;
     34           
     35            // new register : CID, TID, TSR
     36            _spr_generic [GROUP_SYSTEM_AND_CONTROL ][  21]._user_access_mode       = SPR_ACCESS_MODE_READ_ONLY;
     37            _spr_generic [GROUP_SYSTEM_AND_CONTROL ][  21]._supervisor_access_mode = SPR_ACCESS_MODE_READ_WRITE;
     38            _spr_generic [GROUP_SYSTEM_AND_CONTROL ][  22]._user_access_mode       = SPR_ACCESS_MODE_READ_ONLY;
     39            _spr_generic [GROUP_SYSTEM_AND_CONTROL ][  22]._supervisor_access_mode = SPR_ACCESS_MODE_READ_WRITE;
     40            _spr_generic [GROUP_SYSTEM_AND_CONTROL ][  23]._user_access_mode       = SPR_ACCESS_MODE_READ_ONLY;
     41            _spr_generic [GROUP_SYSTEM_AND_CONTROL ][  23]._supervisor_access_mode = SPR_ACCESS_MODE_READ_WRITE;
    3442           
    3543            const uint32_t nb_shadow = 1; // max 16
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Simulation_test_end.cpp

    r113 r117  
    1515  bool simulation_test_end (void)
    1616  {
    17     msg("##########[ cycle %d ]\n",static_cast<uint32_t>(simulation_cycle()));
     17    msgInformation("##########[ cycle %.0f ]\n",static_cast<double>(simulation_cycle()));
    1818
    1919    // Test if a stop condition is activate
Note: See TracChangeset for help on using the changeset viewer.