Ignore:
Timestamp:
Jan 15, 2009, 6:19:08 PM (15 years ago)
Author:
rosiere
Message:

1) Add soc test
2) fix bug (Pc management, Decod and execute, Update prediction ...)

File:
1 edited

Legend:

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

    r98 r101  
    383383       
    384384        // ~~~~~[ Interface : "depth" ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    385         // out_DEPTH_MIN - ooo_engine. in_DEPTH_MIN     
    386         // out_DEPTH_MAX - ooo_engine. in_DEPTH_MAX
     385        // out_DEPTH_MIN  - ooo_engine. in_DEPTH_MIN     
     386        // out_DEPTH_MAX  - ooo_engine. in_DEPTH_MAX
     387        // out_DEPTH_FULL - ooo_engine. in_DEPTH_FULL
    387388       
    388389        // ~~~~~[ Interface : "spr" ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     
    646647
    647648                if (_param->_have_port_depth)
     649                  {
    648650                COMPONENT_MAP(_component,src , "in_DEPTH_"+toString(j)+"_"+toString(k)+"_MIN",
    649651                                         dest,"out_DEPTH_"                +toString(k)+"_MIN");
    650652                COMPONENT_MAP(_component,src , "in_DEPTH_"+toString(j)+"_"+toString(k)+"_MAX",
    651653                                         dest,"out_DEPTH_"                +toString(k)+"_MAX");
     654                  }
     655                COMPONENT_MAP(_component,src , "in_DEPTH_"+toString(j)+"_"+toString(k)+"_FULL",
     656                                         dest,"out_DEPTH_"                +toString(k)+"_FULL");
    652657              }
    653658          }
Note: See TracChangeset for help on using the changeset viewer.