Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
386d20a5
Commit
386d20a5
authored
8 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added remarks on the reorder memories.
parent
583cfe5d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/dsp/fft/src/vhdl/fft_r2_wide.vhd
+9
-1
9 additions, 1 deletion
libraries/dsp/fft/src/vhdl/fft_r2_wide.vhd
with
9 additions
and
1 deletion
libraries/dsp/fft/src/vhdl/fft_r2_wide.vhd
+
9
−
1
View file @
386d20a5
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
-- When use_separate = true then the use_fft_shift must be false, because
-- When use_separate = true then the use_fft_shift must be false, because
-- fft_shift() only applies to spectra for complex input.
-- fft_shift() only applies to spectra for complex input.
--
--
-- Remark:
-- Remark
s
:
-- . This fft_r2_wide does not (yet) support wb_factor = 1 (= only a
-- . This fft_r2_wide does not (yet) support wb_factor = 1 (= only a
-- fft_r2_pipe instance) or wb_factor = g_fft.nof_points (= only a
-- fft_r2_pipe instance) or wb_factor = g_fft.nof_points (= only a
-- fft_r2_par instance). Fixing this is nice to have, but not essential.
-- fft_r2_par instance). Fixing this is nice to have, but not essential.
...
@@ -59,6 +59,14 @@
...
@@ -59,6 +59,14 @@
-- . wb_factor = 1
-- . wb_factor = 1
-- . wb_factor > 1 AND wb_factor < g_fft.nof_points
-- . wb_factor > 1 AND wb_factor < g_fft.nof_points
-- . wb_factor = g_fft.nof_points.
-- . wb_factor = g_fft.nof_points.
-- . This fft_r2_wide uses the use_reorder in the pipeline FFT, in the parallel
-- FFT and also has reorder memory in the fft_sepa_wide instance. The reorder
-- memories in the FFTs can maybe be saved by using only the reorder memory
-- in the fft_sepa_wide instance. This would require changing the indexing in
-- fft_sepa_wide instance.
-- . The reorder memory in the pipeline FFT, parallel FFT and in the
-- fft_sepa_wide could make reuse of a reorder component from the reorder
-- library instead of using a dedicated local solution.
library
ieee
,
common_lib
,
rTwoSDF_lib
;
library
ieee
,
common_lib
,
rTwoSDF_lib
;
use
IEEE
.
std_logic_1164
.
all
;
use
IEEE
.
std_logic_1164
.
all
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment