summaryrefslogtreecommitdiffstats
path: root/FFT_Test/config.hch
diff options
context:
space:
mode:
authorMarcel Lauwerijssen <paranoya@morphcore.com>2004-11-15 13:07:40 (GMT)
committerMarcel Lauwerijssen <paranoya@morphcore.com>2004-11-15 13:07:40 (GMT)
commit8979ec93457d17c1e0a4d3c879808433275fd6b0 (patch)
treea32ec8597fe11f46956242776740b73f7fe34f50 /FFT_Test/config.hch
parent6fed874fc8159ca21ae029f21b06357a5f1eb2b4 (diff)
downloadTASS-8979ec93457d17c1e0a4d3c879808433275fd6b0.zip
TASS-8979ec93457d17c1e0a4d3c879808433275fd6b0.tar.gz
TASS-8979ec93457d17c1e0a4d3c879808433275fd6b0.tar.bz2
Diffstat (limited to 'FFT_Test/config.hch')
-rw-r--r--FFT_Test/config.hch7
1 files changed, 5 insertions, 2 deletions
diff --git a/FFT_Test/config.hch b/FFT_Test/config.hch
index 99755a1..75f20ad 100644
--- a/FFT_Test/config.hch
+++ b/FFT_Test/config.hch
@@ -3,8 +3,11 @@
#define NUMBER_OF_POINTS (1<<NUMBER_OF_COLUMNS)
#define NUMBER_OF_FREQUENCIES (NUMBER_OF_POINTS>>1)
-#define DC_COMPONENT 8470527
-#define DC_COMPONENT_HARDWARE 131072
+#if HARDWARE_MULTIPLY
+#define DC_COMPONENT 131072
+#else
+#define DC_COMPONENT 8470527
+#endif
sema eq_RAM_sema;
unsigned 1 display_log;