Changes between Version 16 and Version 17 of Component/Vci Multi Ram
- Timestamp:
- Oct 27, 2009, 4:35:51 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Ram
v16 v17 60 60 61 61 62 == 4) TLM- T Implementation ==62 == 4) TLM-DT Implementation == 63 63 64 === TLM- T sources ===64 === TLM-DT sources === 65 65 66 * interface : source:trunk/soclib/soclib/module/internal_component/vci_ram/tlm t/source/include/vci_ram.h67 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_ram/tlm t/source/src/vci_ram.cpp66 * interface : source:trunk/soclib/soclib/module/internal_component/vci_ram/tlmdt/source/include/vci_ram.h 67 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_ram/tlmdt/source/src/vci_ram.cpp 68 68 69 === TLM- T Constructor parameters ===69 === TLM-DT Constructor parameters === 70 70 {{{ 71 71 VciRam( … … 73 73 const soclib::common::IntTab &index, // Target index 74 74 const soclib::common::MappingTable &mt, // Mapping Table 75 soclib::common::Loader &loader); // Loader75 soclib::common::Loader &loader); // Loader 76 76 }}} 77 77 78 === TLM- T Ports ===78 === TLM-DT Ports === 79 79 80 * soclib::tlmt::!VciTarget<vci_param> '''p_vci''' : The VCIport80 * tlm::tlm_target_socket<32,tlm::tlm_base_protocol_types> p_vci_target; // VCI target port