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
70e23486
Commit
70e23486
authored
4 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit of lofar2_unb2b_filterbank
parent
c6dc0ee7
No related branches found
No related tags found
2 merge requests
!100
Removed text for XSub that is now written in Confluence Subband correlator...
,
!44
Resolve L2SDP-131
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/designs/lofar2_unb2b_filterbank/src/vhdl/lofar2_unb2b_filterbank.vhd
+551
-548
551 additions, 548 deletions
...ar2_unb2b_filterbank/src/vhdl/lofar2_unb2b_filterbank.vhd
with
551 additions
and
548 deletions
applications/lofar2/designs/lofar2_unb2b_filterbank/src/vhdl/lofar2_unb2b_filterbank.vhd
+
551
−
548
View file @
70e23486
...
...
@@ -18,15 +18,15 @@
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- Author : R vd Walle
-- Purpose:
-- Core design for Lofar2 Filterbank stage
-- Description:
-- Unb2b version for lab testing
--
Use revisions to select one_node or full versions
--
-----------------------------------------------------------------------------
LIBRARY
IEEE
,
common_lib
,
unb2b_board_lib
,
technology_lib
,
diag_lib
,
dp_lib
,
tech_jesd204b_lib
,
lofar2_unb2b_adc_lib
,
lofar2_sdp_lib
;
LIBRARY
IEEE
,
common_lib
,
unb2b_board_lib
,
technology_lib
,
diag_lib
,
dp_lib
,
tech_jesd204b_lib
,
lofar2_unb2b_adc_lib
,
wpfb_lib
,
lofar2_sdp_lib
;
USE
IEEE
.
STD_LOGIC_1164
.
ALL
;
USE
IEEE
.
NUMERIC_STD
.
ALL
;
USE
common_lib
.
common_pkg
.
ALL
;
...
...
@@ -36,8 +36,9 @@ USE unb2b_board_lib.unb2b_board_pkg.ALL;
USE
unb2b_board_lib
.
unb2b_board_peripherals_pkg
.
ALL
;
USE
diag_lib
.
diag_pkg
.
ALL
;
USE
dp_lib
.
dp_stream_pkg
.
ALL
;
USE
w
ork
.
lofar2_unb2b_filterbank
_pkg
.
ALL
;
USE
w
pfb_lib
.
wpfb
_pkg
.
ALL
;
USE
lofar2_sdp_lib
.
sdp_pkg
.
ALL
;
USE
work
.
lofar2_unb2b_filterbank_pkg
.
ALL
;
ENTITY
lofar2_unb2b_filterbank
IS
GENERIC
(
...
...
@@ -54,6 +55,7 @@ ENTITY lofar2_unb2b_filterbank IS
g_revision_id
:
STRING
:
=
""
;
-- revision ID -- set by QSF
g_factory_image
:
BOOLEAN
:
=
FALSE
;
g_protect_addr_range
:
BOOLEAN
:
=
FALSE
;
g_wpfb
:
t_wpfb
:
=
c_sdp_wpfb_subbands
;
g_scope_selected_subband
:
NATURAL
:
=
0
);
PORT
(
...
...
@@ -525,6 +527,7 @@ BEGIN
u_fsub
:
ENTITY
lofar2_sdp_lib
.
node_sdp_filterbank
GENERIC
MAP
(
g_sim
=>
g_sim
,
g_wpfb
=>
g_wpfb
,
g_scope_selected_subband
=>
g_scope_selected_subband
)
PORT
MAP
(
...
...
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