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
0dfe6b5b
Commit
0dfe6b5b
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added u_act_two_real_sinus.
parent
09bb1168
No related branches found
No related tags found
1 merge request
!205
Added g_sepa_switch_en to support mitigation of quantization noise crosstalk...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/dsp/fft/tb/vhdl/tb_tb_fft_r2_pipe.vhd
+3
-1
3 additions, 1 deletion
libraries/dsp/fft/tb/vhdl/tb_tb_fft_r2_pipe.vhd
with
3 additions
and
1 deletion
libraries/dsp/fft/tb/vhdl/tb_tb_fft_r2_pipe.vhd
+
3
−
1
View file @
0dfe6b5b
...
...
@@ -53,6 +53,7 @@ ARCHITECTURE tb OF tb_tb_fft_r2_pipe IS
-- Real input
CONSTANT
c_impulse_chirp
:
string
:
=
"data/run_pfft_m_impulse_chirp_8b_128points_16b.dat"
;
-- 25600 lines
CONSTANT
c_sinusoid_chirp
:
string
:
=
"data/run_pfft_m_sinusoid_chirp_8b_128points_16b.dat"
;
-- 25600 lines
CONSTANT
c_sinusoid
:
string
:
=
"data/run_pfft_m_sinusoid_8b_128points_16b.dat"
;
-- 640 lines
CONSTANT
c_noise
:
string
:
=
"data/run_pfft_m_noise_8b_128points_16b.dat"
;
-- 1280 lines
CONSTANT
c_dc_agwn
:
string
:
=
"data/run_pfft_m_dc_agwn_8b_128points_16b.dat"
;
-- 1280 lines
-- Complex input
...
...
@@ -104,9 +105,10 @@ BEGIN
u_act_two_real_chirp
:
ENTITY
work
.
tb_fft_r2_pipe
GENERIC
MAP
(
c_fft_two_real
,
c_diff_margin
,
c_sinusoid_chirp
,
25600
,
c_impulse_chirp
,
25600
,
c_unused
,
0
,
25600
,
FALSE
);
u_act_two_real_a0
:
ENTITY
work
.
tb_fft_r2_pipe
GENERIC
MAP
(
c_fft_two_real
,
c_diff_margin
,
c_zero
,
25600
,
c_impulse_chirp
,
25600
,
c_unused
,
0
,
5120
,
FALSE
);
u_act_two_real_b0
:
ENTITY
work
.
tb_fft_r2_pipe
GENERIC
MAP
(
c_fft_two_real
,
c_diff_margin
,
c_sinusoid_chirp
,
25600
,
c_zero
,
25600
,
c_unused
,
0
,
5120
,
FALSE
);
u_act_two_real_sinus
:
ENTITY
work
.
tb_fft_r2_pipe
GENERIC
MAP
(
c_fft_two_real
,
c_diff_margin
,
c_sinusoid
,
640
,
c_zero
,
640
,
c_unused
,
0
,
640
,
FALSE
);
u_rnd_two_real_noise
:
ENTITY
work
.
tb_fft_r2_pipe
GENERIC
MAP
(
c_fft_two_real
,
c_diff_margin
,
c_noise
,
1280
,
c_dc_agwn
,
1280
,
c_unused
,
0
,
1280
,
TRUE
);
u_rnd_two_real_channels
:
ENTITY
work
.
tb_fft_r2_pipe
GENERIC
MAP
(
c_fft_two_real_more_channels
,
c_diff_margin
,
c_noise
,
1280
,
c_dc_agwn
,
1280
,
c_unused
,
0
,
1280
,
TRUE
);
-- Complex input data
u_act_complex_chirp
:
ENTITY
work
.
tb_fft_r2_pipe
GENERIC
MAP
(
c_fft_complex
,
c_diff_margin
,
c_unused
,
0
,
c_unused
,
0
,
c_phasor_chirp
,
12800
,
12800
,
FALSE
);
u_act_complex_channels
:
ENTITY
work
.
tb_fft_r2_pipe
GENERIC
MAP
(
c_fft_complex_more_channels
,
c_diff_margin
,
c_unused
,
0
,
c_unused
,
0
,
c_phasor_chirp
,
12800
,
1280
,
FALSE
);
...
...
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