Ignore:
Timestamp:
Oct 12, 2007, 8:03:31 PM (17 years ago)
Author:
rosiere
Message:

Add Load store queue -> but not terminated and tested
Add article to sympa 2007 -> but no started

File:
1 edited

Legend:

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

    r44 r59  
    1212#include <iostream>
    1313#include <math.h>
    14 #include "Behavioural/Constant/Constant_OpenRISC.h"
    1514#include "Behavioural/include/Environnement.h"
    1615#include "Common/include/ErrorMorpheo.h"
     
    1817#include "Common/include/Debug.h"
    1918
    20 using namespace morpheo::behavioural::constant;
    2119using namespace std;
    2220
     
    2826  {
    2927    // -----[ fields ]----------------------------------------------------
     28  public   : static const uint32_t   _size_exception      = 4 ;
     29  public   : static const uint32_t   _size_dcache_address = 32;
     30  public   : static const uint32_t   _size_dcache_type    = 4;
     31  public   : static const uint32_t   _size_dcache_error   = 1;
    3032
    3133    // -----[ methods ]---------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.