summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/weights_256.hch
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-24 15:17:54 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-24 15:17:54 (GMT)
commit59cdec7e262c6b3f887e4548a96903e48c06b5fe (patch)
treeddad48f9efd98f865371094baacf29a1885f5451 /Graphic_Equalizer/include/weights_256.hch
parent71fb737c2399096f0ef75e6c6b0497d70f960d3f (diff)
downloadTASS-59cdec7e262c6b3f887e4548a96903e48c06b5fe.zip
TASS-59cdec7e262c6b3f887e4548a96903e48c06b5fe.tar.gz
TASS-59cdec7e262c6b3f887e4548a96903e48c06b5fe.tar.bz2
a static table doesn't need to be stored in ram. Rom is good enough.
Diffstat (limited to 'Graphic_Equalizer/include/weights_256.hch')
-rw-r--r--Graphic_Equalizer/include/weights_256.hch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Graphic_Equalizer/include/weights_256.hch b/Graphic_Equalizer/include/weights_256.hch
index b2b2377..f2f71ff 100644
--- a/Graphic_Equalizer/include/weights_256.hch
+++ b/Graphic_Equalizer/include/weights_256.hch
@@ -1,7 +1,7 @@
#define INTBITS 1
#define FRACBITS 14
-ram signed 16 weight_re[128] = {
+rom signed 16 weight_re[128] = {
16384,
16379,
16364,
@@ -132,7 +132,7 @@ ram signed 16 weight_re[128] = {
-16379
} with {block = "BlockRAM"};
-ram signed 16 weight_im[128] = {
+rom signed 16 weight_im[128] = {
0,
-402,
-804,