Changes between Version 76 and Version 77 of Writing Rules/Tlmt


Ignore:
Timestamp:
Nov 16, 2008, 1:19:48 PM (15 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v76 v77  
    5858  // TLM2.0 related fields and common structure
    5959
    60   sc_dt::uint64        m_address;               // address
    61   unsigned char*       m_data;                  // data buffer
    62   unsigned int         m_length;                // number of bytes
    63   tlm_response_status  m_response_status;       // rerror
    64   unsigned char*       m_byte_enable;           // be buffer
    65   unsigned int         m_streaming_width;       //
     60  sc_dt::uint64        m_address;       
     61  unsigned char*       m_data;
     62  unsigned int         m_length;
     63  tlm_response_status  m_response_status;
     64  unsigned char*       m_byte_enable;
     65  unsigned int         m_streaming_width;
    6666
    6767  // TLM-T related fields
     
    7272  // VCI related fields
    7373 
    74   vci_command          m_command;               // cmd
    75   unsigned int         m_src_id;                // srcid
    76   unsigned int         m_trd_id;                // trdid
    77   unsigned int         m_pkt_id;                // pktid
     74  vci_param::cmd_t     m_cmd;
     75  vci_param::srcid_t   m_srcid;
     76  vci_param::trdid_t   m_trdid;         
     77  vci_param::pktid_t   m_pktid;
     78
    7879}}}
    7980