Changes between Version 86 and Version 87 of Writing Rules/Tlmt


Ignore:
Timestamp:
Nov 17, 2008, 12:25:03 PM (15 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v86 v87  
    5858  // TLM2.0 related fields and common structure
    5959
    60   sc_dt::uint64        address;         
    61   unsigned char*       data;
    62   unsigned int         length;
    63   tlm_response_status  response_status;
    64   unsigned char*       byte_enable;
    65   unsigned int         streaming_width;
     60  sc_dt::uint64             address;   
     61  unsigned char*            data;
     62  unsigned int              length;
     63  tlm::tlm_response_status  response_status;
     64  unsigned char*            byte_enable;
     65  unsigned int               streaming_width;
    6666
    6767  // TLM-T related fields
    6868 
    69   bool*                activity_status_ptr;
    70   sc_core::sc_time*    local_time_ptr;
     69  bool*                     activity_status_ptr;
     70  sc_core::sc_time*          local_time_ptr;
    7171
    7272  // VCI related fields
    7373 
    74   vci_param::cmd_t     cmd;
    75   vci_param::srcid_t   srcid;
    76   vci_param::trdid_t   trdid;   
    77   vci_param::pktid_t   pktid;
     74  vci_param::cmd_t          cmd;
     75  vci_param::srcid_t        srcid;
     76  vci_param::trdid_t        trdid;     
     77  vci_param::pktid_t        pktid;
    7878
    7979}}}