Changes between Version 51 and Version 52 of Writing Rules/Tlmt
- Timestamp:
- Apr 7, 2008, 5:34:51 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Tlmt
v51 v52 68 68 public: 69 69 typename vci_param::cmd_t cmd; // VCI transaction type 70 typename vci_param::addr_t address; // address on the target side70 typename vci_param::addr_t address; // address on the target side 71 71 uint32_t int be; // byte_enable value (same value for all packet words) 72 72 bool contig; // contiguous addresses (when true) 73 73 typename vci_param::data_t *buf; // pointer to the local buffer on the initiator 74 size_t length; // number of words in the packet74 size_t nwords; // number of words in the packet 75 75 uint32_t srcid; // VCI Source ID 76 76 uint32_t trdid; // VCI Thread ID