Changes between Version 32 and Version 33 of Writing Rules/Tlmt
- Timestamp:
- Jan 21, 2008, 6:37:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Tlmt
v32 v33 49 49 vci_param::vci_command_t cmd; // VCI transaction type 50 50 vci_param::vci_address_t *address; // pointer to an array of addresses on the target side 51 uint32_t *be; // pointer to an array of byte_enable signals51 uint32_t be; // byte_enable value (same value for all packet words) 52 52 bool contig; // contiguous addresses (when true) 53 53 vci_param::vci_data_t *buf; // pointer to the local buffer on the initiator