Changes between Version 8 and Version 9 of Component/Vci Multi Ram
- Timestamp:
- Feb 5, 2008, 2:34:06 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Ram
v8 v9 1 1 [wiki:Component SocLib Components General Index] 2 2 3 = !Vci MultiRam Functional Description =3 = !VciRam Functional Description = 4 4 5 5 This VCI target is an embedded SRAM controller. This hardware component handles … … 15 15 = Component definition = 16 16 17 Available in source:trunk/soclib/ desc/soclib/vci_multi_ram.sd17 Available in source:trunk/soclib/module/internal_component/vci_ram/caba/metadata/vci_ram.sd 18 18 19 19 == Usage == … … 27 27 28 28 The caba implementation is in 29 * source:trunk/soclib/ systemc/include/caba/target/vci_multi_ram.h30 * source:trunk/soclib/ systemc/src/caba/target/vci_multi_ram.cc29 * source:trunk/soclib/module/internal_component/vci_ram/caba/source/include/vci_ram.h 30 * source:trunk/soclib/module/internal_component/vci_ram/caba/source/src/vci_ram.cpp 31 31 32 32 == Template parameters: ==