|
Atari coding BBS
Re: DSP host bandwidth |
Posted by: earx
|
Feb,26.2006-00:42
|
hi,
i invented a way to speed up the handshake.. instead of the btst #n,(an) perform an and.b dn,(an)..
this works because the and.b is a single word instruction, whereas the btst takes 2 words.. more importantly, the and, normally being a read-modify-write operation is now a read-only instruction since it is used on a read-only register..
also you can try to transfer 24 bits per handshake instead of 16..
this will save some cycles for each word transfer..
the interrupt you propose will certainly not work without modification. 1.25 mln interrupts/sec is way too much for the 030 to handle. but it's an interesting idea. maybe by doing 16 or 32 transfers per interrupt it will work quite nicely.
your dma hw modification also sounds interesting.. it will require some good hardware design i guess..
normally only 8 16bit 50 kHz channels are allowed as SDMA: 800 kB/sec. you can try to apply these in parallel to you host port xfers. please note that the falcon should have a patched dma for this to work (most ppl have this nowadays).
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
DSP host bandwidth
|
jasn
|
Feb,26.2006-00:08
|
Re: DSP host bandwidth
|
earx
|
Feb,26.2006-00:42
|
Re: DSP host bandwidth
|
jasn
|
Feb,27.2006-05:17
|
ct2b beats ct60 in host xfers?
|
jasn
|
Feb,27.2006-07:17
|
Re: ct2b beats ct60 in host xfers?
|
mikro
|
Feb,27.2006-11:09
|
Re: ct2b beats ct60 in host xf
|
sqward
|
Feb,27.2006-16:19
|
Re: DSP host bandwidth
|
Peter
|
Mar,02.2006-10:56
|
Re: DSP host bandwidth
|
earx
|
Mar,02.2006-13:33
|
Re: DSP host bandwidth
|
earx
|
Mar,02.2006-16:51
|
Re: DSP host bandwidth
|
Peter
|
Mar,02.2006-18:02
|
Re: DSP host bandwidth
|
jasn
|
Mar,03.2006-05:55
|
Re: DSP host bandwidth
|
earx
|
Mar,04.2006-11:46
|
Re: Platform viable?
|
jasn
|
Mar,05.2006-22:15
|
Re: Platform viable?
|
earx
|
Mar,06.2006-09:48
|
Re: DSP host bandw. (blitter?)
|
Peter
|
Mar,08.2006-14:52
|
Re: DSP host bandw. (blitter?)
|
mikro
|
Mar,08.2006-23:57
|
Re: DSP host bandw. (blitter?)
|
Cyprian
|
Mar,09.2006-02:10
|
Re: DSP host bandw. (blitter?)
|
Peter
|
Mar,09.2006-11:32
|
Re: DSP host bandw. (blitter?)
|
Cyprian
|
Mar,09.2006-12:19
|
Re: DSP host bandw. (blitter?)
|
mikro
|
Mar,09.2006-12:44
|
Re: DSP host bandw. (blitter?)
|
Cyprian
|
Mar,09.2006-13:04
|
Re: DSP host bandw. (blitter?)
|
earx
|
Mar,09.2006-15:38
|
Re: DSP host bandw. (blitter?)
|
mikro
|
Mar,09.2006-16:26
|
Re: DSP host bandw. (blitter?)
|
earx
|
Mar,10.2006-10:33
|
Re: DSP host bandw. (blitter?)
|
Peter
|
Mar,09.2006-11:30
|
Re: DSP host bandw. (blitter?)
|
earx
|
Mar,09.2006-15:21
|
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|