Ignore:
Timestamp:
Feb 5, 2008, 5:21:20 PM (16 years ago)
Author:
rosiere
Message:
  • Add two component :
    • network between read unit and execute unit
    • network between execute unit and write unit
  • remove parameters "nb_operation" and "nb_type"
  • in write_queue add the special case : load_speculative
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Parameters.h

    r72 r77  
    55 * $Id$
    66 *
    7  * [ Description ]
     7 * [ Description ]
    88 *
    99 */
     
    2525  class Parameters
    2626  {
    27     // -----[ fields ]----------------------------------------------------
     27    // -----[ fields ]----------------------------------------------------
     28  public   : static const uint32_t   _nb_operation        = MAX_OPERATION;
     29  public   : static const uint32_t   _nb_type             = MAX_TYPE;
     30  public   : static const uint32_t   _size_operation      = SIZE_OPERATION;
     31  public   : static const uint32_t   _size_type           = SIZE_TYPE;     
    2832  public   : static const uint32_t   _size_exception      = SIZE_EXCEPTION;
    2933  public   : static const uint32_t   _size_dcache_type    = SIZE_DCACHE_TYPE;
    3034  public   : static const uint32_t   _size_dcache_error   = SIZE_DCACHE_ERROR;
    3135
    32     // -----[ methods ]---------------------------------------------------
     36    // -----[ methods ]---------------------------------------------------
    3337  public   :                  Parameters            (void);
    3438  public   : virtual          ~Parameters           ();
Note: See TracChangeset for help on using the changeset viewer.