Ignore:
Timestamp:
Feb 1, 2011, 9:57:54 PM (13 years ago)
Author:
rosiere
Message:

1) Integration of RegisterFile_Internal_Banked in RegisterFile?
2) Erase "read_write" interface in RegisterFile_Monolithic component
3) Add smith predictor parameters in Load_store_pointer_unit.
4) Fix not statistics flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/RegisterFile/RegisterFile_Monolithic/include/RegisterFile_Monolithic.h

    r145 r146  
    55 * $Id$
    66 *
    7  * [ Description ]
     7 * [ Description ]
    88 *
    99 */
     
    2222#include "Behavioural/include/Stat.h"
    2323#endif
    24 // #include "Behavioural/include/Component.h"
     24#include "Behavioural/include/Component.h"
    2525#ifdef VHDL
    2626#include "Behavioural/include/Vhdl.h"
     
    2828#include "Behavioural/include/Usage.h"
    2929
    30 
    31 
    3230namespace morpheo                    {
    3331namespace behavioural                {
    34 
    35   class Component;
    36   class Interfaces;
    37 
    3832namespace generic                    {
    3933namespace registerfile               {
     
    6256  private   : counters_t                     * _stat_port_read;
    6357  private   : counters_t                     * _stat_port_write;
    64   private   : counters_t                     * _stat_port_read_write;
    6558#endif
    6659
     
    8578  public    : SC_IN       (Taddress_t)     **  in_WRITE_ADDRESS;
    8679  public    : SC_IN       (Tdata_t)        **  in_WRITE_DATA   ;
    87 
    88     // ----- Interface Read_Write
    89   public    : SC_IN       (Tcontrol_t)     **  in_READ_WRITE_VAL    ;
    90   public    : SC_OUT      (Tcontrol_t)     ** out_READ_WRITE_ACK    ;
    91   public    : SC_IN       (Tcontrol_t)     **  in_READ_WRITE_RW     ;
    92   public    : SC_IN       (Taddress_t)     **  in_READ_WRITE_ADDRESS;
    93   public    : SC_OUT      (Tdata_t)        ** out_READ_WRITE_RDATA  ;
    94   public    : SC_IN       (Tdata_t)        **  in_READ_WRITE_WDATA  ;
    9580
    9681    // ~~~~~[ Register ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
Note: See TracChangeset for help on using the changeset viewer.