Ignore:
Timestamp:
Jan 29, 2008, 1:34:47 PM (16 years ago)
Author:
rosiere
Message:
  • SystemC de l'unite fonctionnelle.
  • gestion des groupes / instructions custom
File:
1 edited

Legend:

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

    r71 r72  
    1313#include <math.h>
    1414#include "Behavioural/include/Environnement.h"
     15#include "Behavioural/include/Constants.h"
    1516#include "Common/include/ErrorMorpheo.h"
    1617#include "Common/include/ToString.h"
     
    2526  {
    2627    // -----[ fields ]----------------------------------------------------
    27   public   : static const uint32_t   _size_exception      = 4 ;
    28   public   : static const uint32_t   _size_dcache_address = 32;
    29   public   : static const uint32_t   _size_dcache_type    = 4;
    30   public   : static const uint32_t   _size_dcache_error   = 1;
     28  public   : static const uint32_t   _size_exception      = SIZE_EXCEPTION;
     29  public   : static const uint32_t   _size_dcache_type    = SIZE_DCACHE_TYPE;
     30  public   : static const uint32_t   _size_dcache_error   = SIZE_DCACHE_ERROR;
    3131
    3232    // -----[ methods ]---------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.