Changes between Version 1 and Version 2 of Component/Vci Mwmr Controller
- Timestamp:
- Feb 5, 2008, 2:43:34 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Mwmr Controller
v1 v2 54 54 For extensibility issues, you should access the !MwmrController using globally-defined offsets. 55 55 56 You should include file source:trunk/soclib/include/soclib/MwmrController.hfrom your software, it56 You should include `soclib/MwmrController.h` from your software, it 57 57 defines all useful offsets and constants. 58 58 59 59 Sample code: 60 60 61 Please see source:trunk/soclib/platform s/mwmr/soft/mwmr.h and source:trunk/soclib/platforms/mwmr/soft/mwmr.c for reference implementation.61 Please see source:trunk/soclib/platform/runtime_netlist/mwmr/soft/mwmr.h and source:trunk/soclib/platform/runtime_netlist/mwmr/soft/mwmr.c for reference implementation. 62 62 63 63 (add -I/path/to/soclib/include to your compilation command-line) … … 65 65 = Component definition = 66 66 67 Available in source:trunk/soclib/desc/soclib/vci_mwmr_controller.sd 68 67 Available in source:trunk/soclib/module/internal_component/vci_mwmr_controller/caba/metadata/vci_mwmr_controller.sd 69 68 == Usage == 70 69 … … 77 76 78 77 The caba implementation is in 79 * source:trunk/soclib/ systemc/include/caba/target/vci_mwmr_controller.h80 * source:trunk/soclib/ systemc/src/caba/target/vci_mwmr_controller.cc78 * source:trunk/soclib/module/internal_component/vci_mwmr_controller/caba/source/include/vci_mwmr_controller.h 79 * source:trunk/soclib/module/internal_component/vci_mwmr_controller/caba/source/src/vci_mwmr_controller.cpp 81 80 82 81 == Template parameters: ==