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
f474967a
Commit
f474967a
authored
3 years ago
by
Reinier van der Walle
Committed by
Pieter Donker
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
processed review comments
parent
64b008d0
No related branches found
No related tags found
1 merge request
!207
Made antenne_band_index RW in sdp_info. Removed O_si, N_si from sdp_info...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+3
-3
3 additions, 3 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
with
3 additions
and
3 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+
3
−
3
View file @
f474967a
...
...
@@ -109,7 +109,7 @@ PACKAGE sdp_pkg is
CONSTANT
c_sdp_W_bf_weight
:
NATURAL
:
=
16
;
-- = w in s(w, p), s = signed
CONSTANT
c_sdp_W_bf_weight_fraction
:
NATURAL
:
=
14
;
-- = p in s(w, p)
CONSTANT
c_sdp_W_bf_weight_magnitude
:
NATURAL
:
=
c_sdp_W_bf_weight
-
c_sdp_W_bf_weight_fraction
-
1
;
-- = 1
CONSTANT
c_sdp_N_ring_mac10g
:
NATURAL
:
=
3
;
-- for sdp_station_xsub_ring design.
CONSTANT
c_sdp_N_ring_
nof_
mac10g
:
NATURAL
:
=
3
;
-- for sdp_station_xsub_ring design.
-- Derived constants
CONSTANT
c_sdp_FS_adc
:
NATURAL
:
=
2
**
(
c_sdp_W_adc
-
1
);
-- full scale FS corresponds to amplitude 1.0
...
...
@@ -495,8 +495,8 @@ PACKAGE sdp_pkg is
CONSTANT
c_sdp_reg_dp_block_validate_err_addr_w
:
NATURAL
:
=
ceil_log2
(
c_sdp_N_ring_lanes_max
)
+
4
;
CONSTANT
c_sdp_reg_dp_block_validate_bsn_at_sync_addr_w
:
NATURAL
:
=
ceil_log2
(
c_sdp_N_ring_lanes_max
)
+
2
;
CONSTANT
c_sdp_reg_ring_info_addr_w
:
NATURAL
:
=
2
;
CONSTANT
c_sdp_reg_tr_10GbE_mac_addr_w
:
NATURAL
:
=
ceil_log2
(
c_sdp_N_ring_mac10g
)
+
13
;
CONSTANT
c_sdp_reg_tr_10GbE_eth10g_addr_w
:
NATURAL
:
=
ceil_log2
(
c_sdp_N_ring_mac10g
)
+
1
;
CONSTANT
c_sdp_reg_tr_10GbE_mac_addr_w
:
NATURAL
:
=
ceil_log2
(
c_sdp_N_ring_
nof_
mac10g
)
+
13
;
CONSTANT
c_sdp_reg_tr_10GbE_eth10g_addr_w
:
NATURAL
:
=
ceil_log2
(
c_sdp_N_ring_
nof_
mac10g
)
+
1
;
CONSTANT
c_sdp_reg_diag_bg_addr_w
:
NATURAL
:
=
3
;
CONSTANT
c_sdp_ram_diag_bg_addr_w
:
NATURAL
:
=
7
;
...
...
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