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


Ignore:
Timestamp:
Apr 7, 2008, 5:34:51 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v51 v52  
    6868public:
    6969        typename vci_param::cmd_t cmd;        // VCI transaction type
    70         typename vci_param::addr_t address;  // address on the target side
     70        typename vci_param::addr_t address;   // address on the target side
    7171        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
    74         size_t length;                        // number of words in the packet
     74        size_t nwords;                        // number of words in the packet
    7575        uint32_t srcid;                       // VCI Source ID
    7676        uint32_t trdid;                       // VCI Thread ID