Changes between Version 69 and Version 70 of Writing Rules/Tlmt
- Timestamp:
- Nov 15, 2008, 6:23:08 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Tlmt
v69 v70 61 61 unsigned char* m_data; // data buffer 62 62 unsigned int m_length; // number of bytes 63 tlm t_response_statusm_response_status; // rerror63 tlm_response_status m_response_status; // rerror 64 64 unsigned char* m_byte_enable; // be buffer 65 65 unsigned int m_streaming_width; // … … 72 72 // VCI related fields 73 73 74 tlmt_command m_command; // cmd74 vci_command m_command; // cmd 75 75 unsigned int m_src_id; // srcid 76 76 unsigned int m_trd_id; // trdid