discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] The coming deluge of CPU cycles


From: Daniel O'Connor
Subject: Re: [Discuss-gnuradio] The coming deluge of CPU cycles
Date: Fri, 28 Jul 2006 16:24:53 +0930
User-agent: KMail/1.9.3

On Friday 28 July 2006 15:29, Eric Blossom wrote:
> > So if you wanted to use it you'd have to set up some local memory and
> > then copy data into that (from the FPGA) and then signal the host when a
> > "page" is done so it can program the PLX chip. Means you get an interrupt
> > every page which seems inefficient to me.
>
> That's why you want to use one one of the bus mastering PLX parts.
> No host intervention in the tranfers after setting them up.  You can
> build a big S/G DMA chain, and only get an interrupt at the end, or
> every N pages, or whatever.

Yes, but you can't use the built in S/G engine because it's.. limited.

The only way to enable/disable it is to program the DMA registers.

If the S/G engine is doing writes to PCI it wants to be the local bus master - 
that's OK except that it may get an abort and will want to re-read some data 
so you have difficulty knowing for sure if it has truly finished with the 
data and you can throw it away.

To my mind that means you either copy the data into RAM on the card and tell 
the PC how many pages are available and it sets up the PLX chip, or you use 
the bus mastering capability and make your own SG engine.

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C

Attachment: pgp0lRUdkSJvL.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]