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
f2f846fb
Commit
f2f846fb
authored
4 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Refer to default c_pft_twiddle_w = 16 from pft_pkg.vhd.
parent
efc1d7e8
No related branches found
No related tags found
2 merge requests
!100
Removed text for XSub that is now written in Confluence Subband correlator...
,
!68
Resolve L2SDP-162
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
applications/lofar1/pft2/src/vhdl/pft_pkg.vhd
+2
-0
2 additions, 0 deletions
applications/lofar1/pft2/src/vhdl/pft_pkg.vhd
applications/lofar1/pft2/src/vhdl/pft_tmult.vhd
+2
-1
2 additions, 1 deletion
applications/lofar1/pft2/src/vhdl/pft_tmult.vhd
with
4 additions
and
1 deletion
applications/lofar1/pft2/src/vhdl/pft_pkg.vhd
+
2
−
0
View file @
f2f846fb
...
@@ -28,6 +28,8 @@ USE IEEE.STD_LOGIC_1164.ALL;
...
@@ -28,6 +28,8 @@ USE IEEE.STD_LOGIC_1164.ALL;
USE
IEEE
.
NUMERIC_STD
.
ALL
;
USE
IEEE
.
NUMERIC_STD
.
ALL
;
PACKAGE
pft_pkg
IS
PACKAGE
pft_pkg
IS
CONSTANT
c_pft_twiddle_w
:
NATURAL
:
=
16
;
CONSTANT
c_pft_stage_dat_w
:
NATURAL
:
=
20
;
CONSTANT
c_pft_stage_dat_w
:
NATURAL
:
=
20
;
TYPE
pft_mode_type
IS
(
TYPE
pft_mode_type
IS
(
...
...
This diff is collapsed.
Click to expand it.
applications/lofar1/pft2/src/vhdl/pft_tmult.vhd
+
2
−
1
View file @
f2f846fb
...
@@ -31,6 +31,7 @@ LIBRARY common_mult_lib;
...
@@ -31,6 +31,7 @@ LIBRARY common_mult_lib;
LIBRARY
common_lib
;
LIBRARY
common_lib
;
USE
common_lib
.
common_pkg
.
ALL
;
USE
common_lib
.
common_pkg
.
ALL
;
USE
common_lib
.
common_mem_pkg
.
ALL
;
USE
common_lib
.
common_mem_pkg
.
ALL
;
USE
work
.
pft_pkg
.
ALL
;
ENTITY
pft_tmult
IS
ENTITY
pft_tmult
IS
...
@@ -60,7 +61,7 @@ ARCHITECTURE rtl OF pft_tmult IS
...
@@ -60,7 +61,7 @@ ARCHITECTURE rtl OF pft_tmult IS
CONSTANT
c_adr_w
:
NATURAL
:
=
2
+
2
*
g_index
;
CONSTANT
c_adr_w
:
NATURAL
:
=
2
+
2
*
g_index
;
CONSTANT
c_mult_in_w
:
NATURAL
:
=
18
;
CONSTANT
c_mult_in_w
:
NATURAL
:
=
18
;
CONSTANT
c_coeff_w
:
NATURAL
:
=
16
;
CONSTANT
c_coeff_w
:
NATURAL
:
=
c_pft_twiddle_w
;
CONSTANT
c_mult_out_w
:
NATURAL
:
=
c_mult_in_w
+
c_coeff_w
-1
;
CONSTANT
c_mult_out_w
:
NATURAL
:
=
c_mult_in_w
+
c_coeff_w
-1
;
CONSTANT
c_twid_rom
:
t_c_mem
:
=
(
latency
=>
2
,
CONSTANT
c_twid_rom
:
t_c_mem
:
=
(
latency
=>
2
,
...
...
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