Changes between Version 32 and Version 33 of Writing Rules/Tlmt


Ignore:
Timestamp:
Jan 21, 2008, 6:37:20 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v32 v33  
    4949vci_param::vci_command_t  cmd;  // VCI transaction type
    5050vci_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 signals
     51uint32_t  be;  // byte_enable value (same value for all packet words)
    5252bool   contig;    // contiguous addresses (when true)
    5353vci_param::vci_data_t  *buf;  // pointer to the local buffer on the initiator