Changes between Version 1 and Version 2 of Writing Rules/Caba
- Timestamp:
- Mar 26, 2007, 7:00:51 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Caba
v1 v2 34 34 For the initiators, the index corresponds to the VCI SRCID value. 35 35 36 This index can be a simple scalar index, in case of a « flat »interconnect, or it can be a composite index in case a hierarchical two level interconnect where each component is identified by two indexes : (cluster_index, local_index).36 This index can be a simple scalar index, in case of a ''flat'' interconnect, or it can be a composite index in case a hierarchical two level interconnect where each component is identified by two indexes : (cluster_index, local_index). 37 37 38 38 == VCI Interface == … … 45 45 The advanced VCI signals are defined in [source:trunk/soclib/systemc/include/caba/interface/vci_signals.h caba/interface/vci_signals.h]. 46 46 47 As several VCI signals can have variable widths , all VCI components must be defined with templates. The caba/interface/vci_param.hfile contains the definition of the VCI parameters object. This object must be passed as a template parameter to the component.47 As several VCI signals can have variable widths , all VCI components must be defined with templates. The [source:trunk/soclib/systemc/include/caba/interface/vci_param.h caba/interface/vci_param.h] file contains the definition of the VCI parameters object. This object must be passed as a template parameter to the component. 48 48 49 49 == Address space segmentation ==