ADC Home > Reference Library > Technical Q&As > Legacy Documents > Hardware & Drivers >
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
|
Q: We want to maximize our throughput across the PCI bus between Mac memory and a block of static RAM on our card. This static RAM is also accessible from an on-card DSP, which constantly reads/modifies RAM. The DSP is not directly on the PCI bus, so it cannot easily participate in cache coherency schemes. What's the best way to get data across PCI to and from this memory? A: PPC can only burst to and from a CACHEABLE memory space. Your best option is
to use
You may want to design your own algorithms, using the double declaration in C
to get compilers to translate |
|