Changes between Version 2 and Version 3 of iob_driver
- Timestamp:
- Oct 8, 2014, 6:25:39 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iob_driver
v2 v3 5 5 The [source:soft/giet_vm/giet_drivers/iob_driver.c iob_driver.c] and [source:soft/giet_vm/giet_drivers/iob_driver.h iob_driver.h] files define the IOB driver. 6 6 7 This ''vci_io_bridge'' component is a bridge allowing software to send configuration requests to external peripherals, and allowing external peripherals with a DMA capability to directly access the L3 cache (or external memory without passing through theL2 caches. This ''vci_io_bridge'' implement an IOMMU using a dedicated IOMMU page table.7 This ''vci_io_bridge'' component is a bridge allowing software to send configuration requests to external peripherals, and allowing external peripherals with a DMA capability to directly access the internal L3 caches (or external memory) without passing through the internal L2 caches. This ''vci_io_bridge'' implement an IOMMU using a dedicated IOMMU page table. 8 8 9 9 This component should be implemented in the cluster specified by the (X_IO / Y_IO) variables in the hard_config.h file, and