Changes between Version 50 and Version 51 of Writing Rules/Tlmt
- Timestamp:
- Apr 3, 2008, 6:33:18 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Tlmt
v50 v51 68 68 public: 69 69 typename vci_param::cmd_t cmd; // VCI transaction type 70 typename vci_param::addr_t *address; // pointer to an array of addresses on the target side71 u nsignedint be; // byte_enable value (same value for all packet words)70 typename vci_param::addr_t address; // address on the target side 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