Changes between Version 50 and Version 51 of Writing Rules/Tlmt


Ignore:
Timestamp:
Apr 3, 2008, 6:33:18 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v50 v51  
    6868public:
    6969        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 side
    71         unsigned int 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)
    7272        bool contig;                          // contiguous addresses (when true)
    7373        typename vci_param::data_t *buf;      // pointer to the local buffer on the initiator