Changes between Version 1 and Version 2 of Component/Vci Fd Access
- Timestamp:
- Feb 5, 2008, 2:41:58 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Fd Access
v1 v2 58 58 For extensibility issues, you should access this component using globally-defined offsets. 59 59 60 You should include file source:trunk/soclib/include/soclib/fd_access.hfrom your software, it60 You should include file `soclib/fd_access.h` from your software, it 61 61 defines `FD_ACCESS_FD`, `FD_ACCESS_BUFFER`, ... 62 62 … … 132 132 = Component definition = 133 133 134 Available in source:trunk/soclib/ desc/soclib/vci_fd_access.sd134 Available in source:trunk/soclib/module/connectivity_component/vci_fd_access/caba/metadata/vci_fd_access.sd 135 135 136 136 == Usage == … … 144 144 145 145 The caba implementation is in 146 * source:trunk/soclib/ systemc/include/caba/target/vci_fd_access.h147 * source:trunk/soclib/ systemc/src/caba/target/vci_fd_access.cc146 * source:trunk/soclib/module/connectivity_component/vci_fd_access/caba/source/include/vci_fd_access.h 147 * source:trunk/soclib/module/connectivity_component/vci_fd_access/caba/source/src/vci_fd_access.cpp 148 148 149 149 == Template parameters: ==