Changes between Version 86 and Version 87 of Writing Rules/Tlmt
- Timestamp:
- Nov 17, 2008, 12:25:03 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Tlmt
v86 v87 58 58 // TLM2.0 related fields and common structure 59 59 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; 66 66 67 67 // TLM-T related fields 68 68 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; 71 71 72 72 // VCI related fields 73 73 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; 78 78 79 79 }}}