Changes between Version 13 and Version 14 of Component/Vci Icu
- Timestamp:
- Feb 5, 2008, 2:38:00 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Icu
v13 v14 48 48 For extensibility issues, you should access your ICU using globally-defined offsets. 49 49 50 You should include file source:trunk/soclib/include/soclib/icu.hfrom your software, it50 You should include file `soclib/icu.h` from your software, it 51 51 defines `ICU_INT`, `ICU_MASK`, `ICU_MASK_SET`, `ICU_MASK_CLEAR`, `ICU_IT_VECTOR`. 52 52 … … 79 79 = Component definition = 80 80 81 Available in source:trunk/soclib/ desc/soclib/vci_icu.sd81 Available in source:trunk/soclib/module/infrastructure_component/interrupt_infrastructure/vci_icu/caba/metadata/vci_icu.sd 82 82 83 83 == Usage == … … 91 91 92 92 The caba implementation is in 93 * source:trunk/soclib/ systemc/include/caba/target/vci_icu.h94 * source:trunk/soclib/ systemc/src/caba/target/vci_icu.cc93 * source:trunk/soclib/module/infrastructure_component/interrupt_infrastructure/vci_icu/caba/source/include/vci_icu.h 94 * source:trunk/soclib/module/infrastructure_component/interrupt_infrastructure/vci_icu/caba/source/src/vci_icu.cpp 95 95 96 96 == Template parameters: ==