Changes between Version 2 and Version 3 of Writing Rules/General
- Timestamp:
- Apr 26, 2007, 10:32:11 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/General
v2 v3 23 23 * All component member variable names should be prefixed with `m_` 24 24 25 = B) Componentindexation =25 = B) VCI initiators and targets indexation = 26 26 27 27 In a VCI-based architecture, all initiators and targets must be indexed. Initiators and targets have different address spaces. … … 41 41 * If the VCI word is larger than one byte, the LSB bits of the VCI ADDRESS are ignored, and the VCI ADDRESS is only used to address the selected VCI word. 42 42 * the selected bytes are specified the VCI BE field, and the BE0 bit is always associated to the Byte 0 of the VCI WDATA field. 43 * The BE1 bit is associated43