commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r8201 - gnuradio/branches/developers/eb/gcell-wip/gcel


From: eb
Subject: [Commit-gnuradio] r8201 - gnuradio/branches/developers/eb/gcell-wip/gcell/src/lib/runtime/spu
Date: Tue, 15 Apr 2008 13:23:49 -0600 (MDT)

Author: eb
Date: 2008-04-15 13:23:48 -0600 (Tue, 15 Apr 2008)
New Revision: 8201

Modified:
   
gnuradio/branches/developers/eb/gcell-wip/gcell/src/lib/runtime/spu/gc_spu_config.h
Log:
increased buffer size to accomodate 4K FFT

Modified: 
gnuradio/branches/developers/eb/gcell-wip/gcell/src/lib/runtime/spu/gc_spu_config.h
===================================================================
--- 
gnuradio/branches/developers/eb/gcell-wip/gcell/src/lib/runtime/spu/gc_spu_config.h
 2008-04-15 18:50:47 UTC (rev 8200)
+++ 
gnuradio/branches/developers/eb/gcell-wip/gcell/src/lib/runtime/spu/gc_spu_config.h
 2008-04-15 19:23:48 UTC (rev 8201)
@@ -24,7 +24,7 @@
 #include <gc_job_desc.h>
 
 #define CACHE_LINE_SIZE             128              // in bytes
-#define        GC_SPU_BUFSIZE_BASE  (32 * 1024)      //  must be multiple of 
CACHE_LINE_SIZE
+#define        GC_SPU_BUFSIZE_BASE  (40 * 1024)      //  must be multiple of 
CACHE_LINE_SIZE
 #define        GC_SPU_BUFSIZE (GC_SPU_BUFSIZE_BASE + MAX_ARGS_EA * 
CACHE_LINE_SIZE)
 
 #define NGETBUFS       1       // single buffer job arg gets





reply via email to

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